remove debug message
This commit is contained in:
@@ -152,7 +152,6 @@ pub fn process_func_str(function_in: &str) -> String {
|
|||||||
|
|
||||||
// if add_asterisk is true, add the asterisk
|
// if add_asterisk is true, add the asterisk
|
||||||
if add_asterisk {
|
if add_asterisk {
|
||||||
println!("a");
|
|
||||||
output_string += "*";
|
output_string += "*";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user