Skip to content

Commit 1ffc267

Browse files
author
Pierre AILLET
committed
Corrected a print
1 parent 88b5e91 commit 1ffc267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcloud/compute/drivers/outscale.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,6 @@ def ex_list_consumption_account(
10901090
data.update({"FromDate": from_date})
10911091
if to_date is not None:
10921092
data.update({"ToDate": to_date})
1093-
print(data)
10941093
response = self._call_api(action, json.dumps(data))
10951094
if response.status_code == 200:
10961095
return response.json()["ConsumptionEntries"]

0 commit comments

Comments
 (0)