Skip to content

Commit

Permalink
Removes print line.
Browse files Browse the repository at this point in the history
  • Loading branch information
vimota committed May 30, 2019
1 parent c4581f3 commit 46a6f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigquery/google/cloud/bigquery/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def _run_query(client, query, job_config=None):
while True:
print("\rQuery executing: {:0.2f}s".format(time.time() - start_time), end="")
try:
print(query_job)
query_job.result(timeout=0.5)
break
except futures.TimeoutError:
Expand Down

0 comments on commit 46a6f43

Please sign in to comment.