From: Tony Mack Date: Tue, 18 Aug 2009 22:01:18 +0000 (+0000) Subject: removing debugging output X-Git-Tag: sfa-0.9-1~69 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=659c7d28a74bc258eab939928b43c05df46960fb;p=sfa.git removing debugging output --- diff --git a/sfa/methods/get_aggregates.py b/sfa/methods/get_aggregates.py index 4e459699..c057fa02 100644 --- a/sfa/methods/get_aggregates.py +++ b/sfa/methods/get_aggregates.py @@ -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