Skip to content

Commit

Permalink
remove unnecessary log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Sep 21, 2024
1 parent db41de3 commit 62ebf30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,5 +873,3 @@ def download_and_extract_zip() -> None:
if os.path.exists(extracted_data_folder):
shutil.rmtree(extracted_data_folder)
return
else:
logging.info("Data already exists locally.")

0 comments on commit 62ebf30

Please sign in to comment.