aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.cpp')
-rw-r--r--Transceiver52M/radioInterface.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp
index 6e82c8a..d05dcf2 100644
--- a/Transceiver52M/radioInterface.cpp
+++ b/Transceiver52M/radioInterface.cpp
@@ -362,10 +362,6 @@ void RadioInterface::pushBuffer()
sendCursor,
&underrun,
writeTimestamp);
- if (num_sent != sendCursor) {
- LOG(ALERT) << "Transmit error " << num_sent;
- }
-
writeTimestamp += num_sent;
sendCursor = 0;
}