Skip to content

Commit b9486b0

Browse files
committed
main: removed mcufw debug message
1 parent 7a69d83 commit b9486b0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,12 +1209,6 @@ int parse_opt(int argc, char **argv, struct arguments *args,
12091209
args->scan_usb)
12101210
args->is_list_command = true;
12111211

1212-
if (args->mcufw.empty()) {
1213-
printf("empty\n");
1214-
} else {
1215-
printf("pas empty\n");
1216-
}
1217-
12181212
if (args->bit_file.empty() &&
12191213
args->secondary_bit_file.empty() &&
12201214
args->file_type.empty() &&

0 commit comments

Comments
 (0)