remove debug message

This commit is contained in:
Simon Gardling 2022-04-06 11:38:01 -04:00
parent 63e6e06c0f
commit 5361da8add

View File

@ -152,7 +152,6 @@ pub fn process_func_str(function_in: &str) -> String {
// if add_asterisk is true, add the asterisk
if add_asterisk {
println!("a");
output_string += "*";
}