Skip to content

Commit

Permalink
remove unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-wahl committed Sep 7, 2023
1 parent 9eafde0 commit 3cecc05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processors/visualisation/clip_categorize_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def process(self):
if self.interrupted:
raise ProcessorInterruptedException("Interrupted while writing results to file")

self.dataset.log(f"Writing {result_filename}...")
with open(output_dir.joinpath(result_filename), "r") as result_file:
if not result_filename.endswith(".json"):
self.dataset.log(f"Skipping {result_filename} (not a JSON results file)")
Expand Down

0 comments on commit 3cecc05

Please sign in to comment.