Oops, get rid of debug print.

This commit is contained in:
Bob Lantz
2010-08-18 10:07:57 -07:00
parent 9802686b32
commit bd507eecfa
-1
View File
@@ -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 ):