Skip to content

Commit 6b2211e

Browse files
committed
removing print
1 parent ff4f3a1 commit 6b2211e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SoftLayer/managers/billing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def get_next_bill_items(self):
8888
:return: billing account info
8989
"""
9090
result = self.account.getAllBillingItems()
91-
print result
9291
return result
9392

9493
def list_resources(self, from_date=None, to_date=None, **kwargs):

0 commit comments

Comments
 (0)