Skip to content

Commit

Permalink
removed an extra print of influx data
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldverg committed Sep 24, 2024
1 parent 8ed3b64 commit 730c543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion odscli/sdk/query_transfer_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ def query_job_measurements(id, network, host, save_to_file):
if save_to_file:
with open(save_to_file, 'w') as json_file:
json.dump(influx_json, json_file)
print(influx_json)
visualize_influx_data(influx_json, network, host)


Expand Down

0 comments on commit 730c543

Please sign in to comment.