Skip to content

Commit

Permalink
remove debug print result
Browse files Browse the repository at this point in the history
  • Loading branch information
J-C-Q committed Feb 19, 2024
1 parent 8c317ff commit 25c8788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ibmq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ function results(account::AccountInfo, job::JobInfo; use_object_storage::Bool=tr
rethrow(e)
end
end
println(result_response)
return Configurations.from_dict_inner(Schema.Result, result_response)
else
response = retreive_job_info(job_api, account.access_token)
Expand Down

0 comments on commit 25c8788

Please sign in to comment.