From: Tony Mack Date: Fri, 7 May 2010 21:20:45 +0000 (+0000) Subject: remove debugging output X-Git-Tag: sfa-1.0-0~206 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b186ca7b2d49bc8464e2b32a22ac94a642e0e021;p=sfa.git remove debugging output --- diff --git a/sfa/server/interface.py b/sfa/server/interface.py index 02757030..9e7dc5a1 100644 --- a/sfa/server/interface.py +++ b/sfa/server/interface.py @@ -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))