[hal] Remove unnecessary print in CAN initialization (#8004)

This commit is contained in:
Thad House
2025-06-01 22:21:11 -07:00
committed by GitHub
parent 1955dcddb3
commit be67432a5e

View File

@@ -138,8 +138,6 @@ bool SocketCanState::InitializeBuses() {
return;
}
std::printf("Successfully bound to can interface %d\n", i);
auto poll = wpi::uv::Poll::Create(loop, socketHandle[i]);
if (!poll) {
success = false;