Remove debug printing.
This commit is contained in:
parent
0db929b7f7
commit
b7cc17d394
|
@ -363,7 +363,6 @@ libab_result libab_run(libab* ab, const char* string, libab_ref* value) {
|
|||
}
|
||||
|
||||
if (result == LIBAB_SUCCESS) {
|
||||
libab_debug_print_tree(root);
|
||||
libab_ref_free(value);
|
||||
result = libab_interpreter_run(&ab->intr, root, value);
|
||||
libab_tree_free_recursive(root);
|
||||
|
|
Loading…
Reference in New Issue
Block a user