Remove debug print

This commit is contained in:
Bob Lantz
2015-06-11 00:16:55 -07:00
parent 68ae67dc58
commit 5f68be2273
-1
View File
@@ -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' )