diff --git a/du4/program.c b/du4/program.c index c72067f..09a3a6e 100644 --- a/du4/program.c +++ b/du4/program.c @@ -47,11 +47,6 @@ int main() { expected_result = strtof(next, &next); while (*next == ' ') next++; } else { - printf("CHYBA\n"); - goto next_line; - } - if (*next != '\n') { - printf("CHYBA\n"); goto next_line; }