Skip to content
Snippets Groups Projects
Commit c702840a authored by Bob Lantz's avatar Bob Lantz
Browse files

Remove debug print lines

parent 254fae2d
No related branches found
No related tags found
No related merge requests found
......@@ -486,9 +486,7 @@ def start( self ):
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment