Remove debug print lines

This commit is contained in:
Bob Lantz
2015-01-27 15:24:29 -08:00
parent 254fae2dc9
commit c702840a0a
-2
View File
@@ -486,9 +486,7 @@ class Mininet( object ):
sorted( self.switches, key=type ), type ):
switches = tuple( switches )
if hasattr( swclass, 'batchStartup' ):
print "STARTING", switches
success = swclass.batchStartup( switches )
print "STARTED", success
started.update( { s: s for s in success } )
info( '\n' )
if self.waitConn: