main: removed mcufw debug message

This commit is contained in:
Gwenhael Goavec-Merou 2026-04-10 14:14:14 +02:00
parent 7a69d8353a
commit b9486b099e
1 changed files with 0 additions and 6 deletions

View File

@ -1209,12 +1209,6 @@ int parse_opt(int argc, char **argv, struct arguments *args,
args->scan_usb)
args->is_list_command = true;
if (args->mcufw.empty()) {
printf("empty\n");
} else {
printf("pas empty\n");
}
if (args->bit_file.empty() &&
args->secondary_bit_file.empty() &&
args->file_type.empty() &&