From daeae8961a55c57b196d27d5b7ecb1f93eaff0a1 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 15 Jun 2024 02:28:05 +0200 Subject: [PATCH] remove debug prints --- src/l2/upper_mac.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/l2/upper_mac.cpp b/src/l2/upper_mac.cpp index 48a9f1c..ca56853 100644 --- a/src/l2/upper_mac.cpp +++ b/src/l2/upper_mac.cpp @@ -61,11 +61,6 @@ auto UpperMac::process(const Slots& slots) -> void { for (const auto& slot : concreate_slots) { UpperMacPackets packets; - std::cout << to_string(slot.logical_channel_data_and_crc.channel) << std::endl; - std::cout << to_string(slot.burst_type) << std::endl; - std::cout << slot.logical_channel_data_and_crc.data << std::endl; - std::cout << slot.logical_channel_data_and_crc.crc_ok << std::endl; - // increment the total count and crc error count metrics if (metrics_) { metrics_->increment(slot);