aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/SDR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/SDR.cpp')
-rw-r--r--src/output/SDR.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/output/SDR.cpp b/src/output/SDR.cpp
index f53197e..726fb94 100644
--- a/src/output/SDR.cpp
+++ b/src/output/SDR.cpp
@@ -171,13 +171,6 @@ meta_vec_t SDR::process_metadata(const meta_vec_t& metadataIn)
auto r = m_queue.push_overflow(std::move(frame), max_size);
etiLog.log(trace, "SDR,push %d %zu", r.overflowed, r.new_size);
- if (r.overflowed) {
- fprintf(stderr, "o");
- }
- else {
- fprintf(stderr, ".");
- }
-
num_queue_overflows += r.overflowed ? 1 : 0;
}
}
@@ -356,15 +349,6 @@ void SDR::handle_frame(struct FrameData&& frame)
return;
}
- etiLog.level(debug) <<
- "OutputSDR: Timestamp at FCT=" << frame.ts.fct << " offset: " <<
- std::fixed <<
- time_spec.get_real_secs() - device_time <<
- " (" << device_time << ")"
- " frame " << frame.ts.fct <<
- ", tx_second " << tx_second <<
- ", pps " << pps_offset;
-
if (time_spec.get_real_secs() > device_time + TIMESTAMP_ABORT_FUTURE) {
etiLog.level(error) <<
"OutputSDR: Timestamp way too far in the future at FCT=" << frame.ts.fct << " offset: " <<