mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Remove unnecessary print in CAN initialization (#8004)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user