From 659c7d28a74bc258eab939928b43c05df46960fb Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 18 Aug 2009 22:01:18 +0000 Subject: [PATCH] removing debugging output --- sfa/methods/get_aggregates.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.0