diff --git a/p4app/controller.py b/p4app/controller.py index 8e536ef..5ac524a 100644 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -373,7 +373,7 @@ class L2Controller(object): def recv_msg_cpu(self, pkg): packet = Ether(str(pkg)) - self.debug_print_pkg(pkg) + # self.debug_print_pkg(pkg) if packet.type == 0x0800: pass