Removing test prints from user switch merge

This commit is contained in:
Brian O'Connor
2013-08-06 15:16:24 -07:00
parent be13072f0c
commit 6df4371df6
-3
View File
@@ -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."