Skip to content

Commit 0098f44

Browse files
committed
Sep 30, 2024, 5:36 PM
1 parent 6b8ace6 commit 0098f44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docassemblecli3/docassemblecli3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ def on_any_event(self, event):
596596
if event.is_directory:
597597
return None
598598
if event.event_type == "created" or event.event_type == "modified":
599-
click.echo(event.src_path)
600599
if not matches_ignore_patterns(path=event.src_path.replace("\\", "/"), directory=self.directory):
601600
new_checksum = calculate_md5(event.src_path)
602601
if event.src_path not in FILE_CHECKSUMS or FILE_CHECKSUMS[event.src_path] != new_checksum:

0 commit comments

Comments
 (0)