Skip to content

Commit

Permalink
Revert "add debug print for UpperMacUplinkFragmentation state change"
Browse files Browse the repository at this point in the history
This reverts commit 568416b.
  • Loading branch information
marenz2569 committed Sep 7, 2024
1 parent a79cb8f commit 424625e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/l2/upper_mac_fragments.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ class UpperMacUplinkFragmentation {
/// \return an optional reconstructed control plane signalling packet when reconstuction was successful
auto change_state(State new_state,
const UpperMacCPlaneSignallingPacket& fragment) -> std::optional<UpperMacCPlaneSignallingPacket> {
std::cout << fragment << std::endl;
const auto& address = fragment.address_;
auto& state = state_per_address_[address];
auto& fragments = fragments_per_address_[address];
Expand Down

0 comments on commit 424625e

Please sign in to comment.