Oops, get rid of debug print.
This commit is contained in:
@@ -446,7 +446,6 @@ class Switch( Node ):
|
|||||||
ports = self.intfs.keys()
|
ports = self.intfs.keys()
|
||||||
if ports:
|
if ports:
|
||||||
intf = self.intfs[ max( ports ) ]
|
intf = self.intfs[ max( ports ) ]
|
||||||
print "RETURNING", intf
|
|
||||||
return intf
|
return intf
|
||||||
|
|
||||||
def sendCmd( self, *cmd, **kwargs ):
|
def sendCmd( self, *cmd, **kwargs ):
|
||||||
|
|||||||
Reference in New Issue
Block a user