remove debugging print statement inadvertently left from 6ef879f

This commit is contained in:
Pedro Silva 2014-03-02 22:14:53 +01:00
parent 6ef879ffec
commit 37ac63ccc6

View file

@ -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: