Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Sep 17, 2024
1 parent 6a823b6 commit 0d8b197
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def assert_metadata_files_equal(
write_metadata_file(pathlib.Path(golden_path), golden)
else:
# Fallback: just overwrite the golden file
logger.info("Overwriting golden file!!!")
shutil.copyfile(str(output_path), str(golden_path))
return

Expand Down

0 comments on commit 0d8b197

Please sign in to comment.