Skip to content

Commit bc88870

Browse files
timestamp option remove comment
1 parent 7a65cf9 commit bc88870

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rotate_backups/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,6 @@ def collect_backups(self, location):
572572
logger.verbose("Excluded %s (it didn't match the include list).", entry)
573573
else:
574574
try:
575-
# for group in match.groups('0'):
576-
# print group
577575
backups.append(Backup(
578576
pathname=os.path.join(location.directory, entry),
579577
timestamp=datetime.datetime(*(int(group, 10) for group in match.groups('0'))),

0 commit comments

Comments
 (0)