removing debugging output
authorTony Mack <tmack@cs.princeton.edu>
Tue, 18 Aug 2009 22:01:18 +0000 (22:01 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 18 Aug 2009 22:01:18 +0000 (22:01 +0000)
sfa/methods/get_aggregates.py

index 4e45969..c057fa0 100644 (file)
@@ -32,6 +32,4 @@ class get_aggregates(Method):
        
         self.api.auth.check(cred, 'list')
         aggregates = Aggregates(self.api)
-        print "SHIT"
-        print aggregates.interfaces
         return aggregates.interfaces