Remove print statement left in
This commit is contained in:
@@ -547,7 +547,6 @@ class OVSKernelSwitch( Switch ):
|
|||||||
mac_str = ' --datapath-id=0000' + \
|
mac_str = ' --datapath-id=0000' + \
|
||||||
''.join( self.defaultMAC.split( ':' ) ) + ' '
|
''.join( self.defaultMAC.split( ':' ) ) + ' '
|
||||||
ports = sorted( self.ports.values() )
|
ports = sorted( self.ports.values() )
|
||||||
print ports
|
|
||||||
if len( ports ) != ports[ -1 ]:
|
if len( ports ) != ports[ -1 ]:
|
||||||
raise Exception( 'only contiguous, one-indexed port ranges '
|
raise Exception( 'only contiguous, one-indexed port ranges '
|
||||||
'supported: %s' % self.intfs )
|
'supported: %s' % self.intfs )
|
||||||
|
|||||||
Reference in New Issue
Block a user