mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
remove debugging print statement inadvertently left from 6ef879f
This commit is contained in:
parent
6ef879ffec
commit
37ac63ccc6
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue