fix to have an happy CI

This commit is contained in:
Gwenhael Goavec-Merou
2025-03-18 23:02:11 +01:00
parent 414a7259f0
commit 4c4f48ea93
4 changed files with 5 additions and 4 deletions
-1
View File
@@ -142,7 +142,6 @@ int main(int argc, char **argv)
printError("Error in parse arg step");
return EXIT_FAILURE;
}
printf("sectors: %s\n", args.flash_sector.c_str());
if (args.is_list_command) {
displaySupported(args);