Skip to content
Snippets Groups Projects
Commit 7d83d462 authored by Brandon Heller's avatar Brandon Heller Committed by Bob Lantz
Browse files

Remove print statement left in

parent 2fffa0bb
No related branches found
No related tags found
No related merge requests found
......@@ -547,7 +547,6 @@ def start( self, controllers ):
mac_str = ' --datapath-id=0000' + \
''.join( self.defaultMAC.split( ':' ) ) + ' '
ports = sorted( self.ports.values() )
print ports
if len( ports ) != ports[ -1 ]:
raise Exception( 'only contiguous, one-indexed port ranges '
'supported: %s' % self.intfs )
......
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