diff --git a/src/ibmq.jl b/src/ibmq.jl index af552cf..030e1e3 100644 --- a/src/ibmq.jl +++ b/src/ibmq.jl @@ -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)