diff --git a/cv8/program.c b/cv8/program.c index 30c2ac7..c935fa4 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -96,12 +96,6 @@ void knowledge_system(struct tree* node) { return; } - if (node->left == NULL && node->right == NULL) { - printf("\nJe to ovocie alebo zelenina\n"); - return; - } - - printf("%s", node->v); if (node->left == NULL && node->right == NULL) { printf("Koniec\n");