From c702840a0a24c6a67ee9e67a2f9a8725b0e714ad Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 27 Jan 2015 15:24:29 -0800 Subject: [PATCH] Remove debug print lines --- mininet/net.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mininet/net.py b/mininet/net.py index 85fdafc..b4263bd 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -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: