From 424625e30cdc3cfc1692562c42d018ce82f1204b Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 7 Sep 2024 12:23:12 +0200 Subject: [PATCH] Revert "add debug print for UpperMacUplinkFragmentation state change" This reverts commit 568416bd3d1735ccb676b09674593c88b2d3edb0. --- include/l2/upper_mac_fragments.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/l2/upper_mac_fragments.hpp b/include/l2/upper_mac_fragments.hpp index b9c4a5b..00c4226 100644 --- a/include/l2/upper_mac_fragments.hpp +++ b/include/l2/upper_mac_fragments.hpp @@ -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 { - std::cout << fragment << std::endl; const auto& address = fragment.address_; auto& state = state_per_address_[address]; auto& fragments = fragments_per_address_[address];