Browse Source

Remove debug prints

master
Jim Paris 2 years ago
parent
commit
356f6db2ca
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      backup.py

+ 0
- 3
backup.py View File

@@ -79,9 +79,6 @@ class Config:
def match_re(self, re: tuple[list[typing.Pattern],
list[typing.Pattern]],
path: bytes, is_dir: bool):
if b'data.ext4.win000' in path:
print(path)
print(re)
# If it's a directory, try matching against a trailing slash
# first.
if is_dir and self.match_re(re, path + b'/', False):


Loading…
Cancel
Save