diff --git a/cv7/program.c b/cv7/program.c index d20c98a..6f45b80 100644 --- a/cv7/program.c +++ b/cv7/program.c @@ -82,7 +82,7 @@ struct tree* read_tree() { // Read a line from stdin char* r = fgets(buffer, SIZE, stdin); if (r == NULL) { - fprintf(stderr, "Chybna databaza\n"); + // fprintf(stderr, "Chybna databaza\n"); exit(1); // Exit the program if reading fails }