Browse Source

Remove debug lines. fixes #233

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
b2be9ef7c4
  1. 2
      couchpotato/core/plugins/renamer/main.py

2
couchpotato/core/plugins/renamer/main.py

@ -322,8 +322,6 @@ class Renamer(Plugin):
elif not remove_leftovers: # Don't remove anything
remove_files = []
continue
# Rename all files marked
group['renamed_files'] = []
for src in rename_files:

Loading…
Cancel
Save