remove debug
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Dmitry Isaenko 2025-02-02 01:40:01 +03:00
parent c2327e0242
commit f51a0713bc

View file

@ -175,7 +175,6 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state){
default: default:
return ARGP_ERR_UNKNOWN; return ARGP_ERR_UNKNOWN;
} }
printf("%03x = %s\n", key, arg);
return 0; return 0;
} }