Skip to content

Commit 730c543

Browse files
committed
removed an extra print of influx data
1 parent 8ed3b64 commit 730c543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

odscli/sdk/query_transfer_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ def query_job_measurements(id, network, host, save_to_file):
224224
if save_to_file:
225225
with open(save_to_file, 'w') as json_file:
226226
json.dump(influx_json, json_file)
227-
print(influx_json)
228227
visualize_influx_data(influx_json, network, host)
229228

230229

0 commit comments

Comments
 (0)