Skip to content

Commit ff070ff

Browse files
committed
Remove print api endpoing
1 parent f131cd2 commit ff070ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_subscription_quotas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __api_url_worker(self, sub):
102102
return
103103
if sub['gigabytes'] > 0.0:
104104
endpoint = f"/sentinel/subscriptions/{sub['id']}/allocations"
105-
print(API+endpoint)
105+
#print(API+endpoint)
106106
try:
107107
r = requests.get(API + endpoint, timeout=15)
108108
subJSON = r.json()

0 commit comments

Comments
 (0)