remove debugging output
authorTony Mack <tmack@cs.princeton.edu>
Fri, 7 May 2010 21:20:45 +0000 (21:20 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 7 May 2010 21:20:45 +0000 (21:20 +0000)
sfa/server/interface.py

index 0275703..9e7dc5a 100644 (file)
@@ -65,7 +65,6 @@ class Interfaces(dict):
         for interface in interfaces:
             self.interfaces[interface['hrn']] = interface
 
-        print "INTERFACES", self.interfaces
         # get connections
         self.update(self.get_connections(self.interfaces))