diff --git a/beetsplug/duplicates.py b/beetsplug/duplicates.py index 29a01220f..cdd5f12a6 100644 --- a/beetsplug/duplicates.py +++ b/beetsplug/duplicates.py @@ -53,7 +53,6 @@ def _checksum(item, prog): return the key, checksum tuple. """ args = [p.format(file=item.path) for p in shlex.split(prog)] - print args key = args[0] checksum = getattr(item, key, False) if not checksum: