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