We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4f3a1 commit 6b2211eCopy full SHA for 6b2211e
1 file changed
SoftLayer/managers/billing.py
@@ -88,7 +88,6 @@ def get_next_bill_items(self):
88
:return: billing account info
89
"""
90
result = self.account.getAllBillingItems()
91
- print result
92
return result
93
94
def list_resources(self, from_date=None, to_date=None, **kwargs):
0 commit comments