Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Oct 2, 2024
1 parent fdfd12a commit c98d181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Interface/LinuxSerialInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ uint8_t LinuxSerialInterface::read() {
vw_log_e("Error reading serial port");
return 0;
}
std::cout << "rx: 0x" << std::setfill('0') << std::setw(2) << std::hex << unsigned(buf) << std::endl;
return buf;
}

Expand Down

0 comments on commit c98d181

Please sign in to comment.