diff --git a/du6/program.c b/du6/program.c index 4827027..592d4a2 100644 --- a/du6/program.c +++ b/du6/program.c @@ -80,9 +80,7 @@ int main(void){ bool whitespace = false; struct tree* tree = read_tree(); bool found = find_the_incorrect(tree); - print_tree(tree, 0); char line[SIZE]; - char line2[SIZE]; int numOfLeaves = count_leaves(tree); char answer[SIZE];