From 5f68be2273c36235947af9af2076c6f217703208 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 10 Jun 2015 20:02:00 -0700 Subject: [PATCH] Remove debug print --- mininet/nodelib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mininet/nodelib.py b/mininet/nodelib.py index 607a7dc..3212e58 100644 --- a/mininet/nodelib.py +++ b/mininet/nodelib.py @@ -144,7 +144,6 @@ class NAT( Node ): def terminate( self ): "Stop NAT/forwarding between Mininet and external network" - print 'STOPPING', self # Remote NAT rules self.cmd( 'iptables -D FORWARD', '-i', self.localIntf, '-d', self.subnet, '-j DROP' )