Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Oct 16, 2023
1 parent 863e1bb commit c9c925a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/prefect/ingest_photos_napi_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,8 @@ def ingest_photos_napi_gcs(

logger = get_run_logger()

import pathlib

path = pathlib.Path.cwd()
for p in path.rglob("*"):
logger.info(p)

# Init all variables
env_variables = load_env_variables()
logger.info(env_variables)
env = env_variables["ENV"] # dev, test or prod
bucket_name = f"photos-editorial-metadata-{env}"

Expand Down

0 comments on commit c9c925a

Please sign in to comment.