This wasn't even needed

pull/47/merge
David Trail 9 years ago
parent 38de541513
commit e3bea5dfb3

@ -155,8 +155,6 @@ def remove_things(things):
continue
if trial_run: # Don't do anything, trial mode!
content = thing
content = str(content).encode('ascii', 'ignore')
log.debug("Would have deleted {thing}: '{content}'".format(
thing=thing.id, content=thing))
continue

Loading…
Cancel
Save