Skip to content

Commit

Permalink
Remove redundant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijc committed Aug 15, 2020
1 parent 8b92d05 commit 7104e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/braket/aws/aws_quantum_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ async def _wait_for_completion(
current_metadata["outputS3Bucket"],
current_metadata["outputS3Directory"] + f"/{AwsQuantumTask.RESULTS_FILENAME}",
)
print(f"Result string is \n {result_string}")
self._result = _format_result(BraketSchemaBase.parse_raw_schema(result_string))
return self._result
elif task_status in AwsQuantumTask.NO_RESULT_TERMINAL_STATES:
Expand Down

0 comments on commit 7104e53

Please sign in to comment.