Skip to content

Commit

Permalink
remove print for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sparul93 committed Sep 11, 2024
1 parent 56b7125 commit 0b7a5d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filepass/filepass.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def file_pass(
walker = Walker(filter=[from_filter], ignore_errors=True, max_depth=1)
# Create a list of files to be transferred based on the filter.
total_files = list(walker.files(from_fs))
print("Files to move: ", len(total_files))
for path in walker.files(from_fs):
logger.debug("File to move: {}".format(path))

Expand Down

0 comments on commit 0b7a5d2

Please sign in to comment.