From 6df4371df6fb97b99a0c09aa1c7374b02cd7bedd Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Tue, 6 Aug 2013 15:16:24 -0700 Subject: [PATCH] Removing test prints from user switch merge --- mininet/node.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mininet/node.py b/mininet/node.py index 4ec1513..3185746 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -878,13 +878,10 @@ class UserSwitch( Switch ): ' 1> ' + ofplog + ' 2>' + ofplog + ' &' ) if "no-slicing" not in self.dpopts: # Only TCReapply if slicing is enable - print 'fooooooo' sleep(1) # Allow ofdatapath to start before re-arranging qdisc's for intf in self.intfList(): if not intf.IP(): self.TCReapply( intf ) - else: - print "no reapply" def stop( self ): "Stop OpenFlow reference user datapath."