Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jun 15, 2024
1 parent 363c089 commit daeae89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/l2/upper_mac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit daeae89

Please sign in to comment.