Removed debug printf.

This commit is contained in:
Alexander Andreev 2021-12-24 00:25:51 +04:00
parent 124073b688
commit 6d58dc3813
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ arguments_t * parse_arguments(int argc, char **argv) {
}
}
printf("%d\n", pos_args_pos);
if (pos_args_pos < 3) {
print_usage();
exit(1);