Issue #2457: remove logging utils (#2458)

This commit is contained in:
Sriharsha Chintalapani 2022-01-26 10:26:17 -08:00 committed by GitHub
parent 5ff7e3ae64
commit 4cd5c2bea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,6 @@ def run_docker(start, stop, pause, resume, clean, file_path):
ometa_client.get(f"/tables/name/bigquery_gcp.shopify.dim_customer")
break
except Exception as err:
sys.stdout.write("../utils")
sys.stdout.flush()
time.sleep(5)
elapsed = time.time() - start_time