Skip to content

Commit

Permalink
remove extra log lines (already commented out)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstockdale committed Dec 8, 2024
1 parent 2300b88 commit ed42725
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions esp32_marauder/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ String CommandLine::getSerialInput() {
int index_of_newline = -1;

for (int i = 0; i < serial_buffer_idx; i++) {
// Serial.println("Checking character at: " + String(i) + " it appears to be: " + String(serial_buffer[i]));
// Serial.print("Hex value of character: ");
// Serial.print(serial_buffer[i], HEX);
// Serial.println();

// This is mind boggling that we sometimes
// just get \r and not \n and also not \r\n ...
Expand Down

0 comments on commit ed42725

Please sign in to comment.