aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/output/SDR.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/output/SDR.cpp b/src/output/SDR.cpp
index 44af875..75a7ee3 100644
--- a/src/output/SDR.cpp
+++ b/src/output/SDR.cpp
@@ -357,12 +357,6 @@ void SDR::handle_frame(struct FrameData&& frame)
return;
}
- if (frame.ts.fct == 0) {
- etiLog.level(debug) <<
- "OutputSDR: TX FCT=" << frame.ts.fct <<
- " TS " << frame.ts.to_string();
- }
-
m_device->transmit_frame(std::move(frame));
}