mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
revert debug print left over from previous commit
This commit is contained in:
parent
27da05f9d3
commit
e8d6c94995
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class DuplicatesPlugin(BeetsPlugin):
|
|||
delete = self.config['delete'].get()
|
||||
delete_file = self.config['delete_file'].get()
|
||||
tag = self.config['tag'].get()
|
||||
print keys
|
||||
|
||||
if album:
|
||||
keys = ['mb_albumid']
|
||||
items = lib.albums(decargs(args))
|
||||
|
|
|
|||
Loading…
Reference in a new issue