Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Nov 9, 2023
1 parent eaa241d commit 782f0a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imdataset_creator/scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class OutputScenario:
filters: list[Filter]

def run(self, img: np.ndarray, stat: os.stat_result):
print(self.path)
for f in self.filters:
img = f.run(img=img)

Expand Down

0 comments on commit 782f0a3

Please sign in to comment.