Skip to content

Commit

Permalink
Remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Dec 19, 2023
1 parent 4761238 commit 90130f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/preprocess_for_website.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ def write_config(config_fi: str) -> None:
for blob in client.list_blobs(
"airflow-data-exchange", prefix="orca/tmp/website_stats"
):
print(blob.name)
blob.download_to_filename(
os.path.join(input_dir, blob.name.strip("/").split("/")[-1])
)
Expand Down

0 comments on commit 90130f2

Please sign in to comment.