Skip to content

Commit c98d181

Browse files
authored
remove logging
1 parent fdfd12a commit c98d181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Interface/LinuxSerialInterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ uint8_t LinuxSerialInterface::read() {
9090
vw_log_e("Error reading serial port");
9191
return 0;
9292
}
93-
std::cout << "rx: 0x" << std::setfill('0') << std::setw(2) << std::hex << unsigned(buf) << std::endl;
9493
return buf;
9594
}
9695

0 commit comments

Comments
 (0)