Skip to content

Commit

Permalink
Remove printf, cause ci logs to be unviewable
Browse files Browse the repository at this point in the history
  • Loading branch information
psmithcrl committed Oct 25, 2024
1 parent b323d8c commit 7db3e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Utilities/FirmwareUpdateUtility/Updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
std::cerr << "Invalid Sequence, Resending block" << std::endl;
}

printf("Sending Block (%d/%d)\r", BlockAck.Sequence, numBlocks);
}

std::cout << "Finished sending file to camera!\n";
Expand Down

0 comments on commit 7db3e93

Please sign in to comment.