diff --git a/shreddit.py b/shreddit.py index e33d275..e413d3d 100755 --- a/shreddit.py +++ b/shreddit.py @@ -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