From e3bea5dfb3bfc64297b25d346b683231c1c7a312 Mon Sep 17 00:00:00 2001 From: David Trail Date: Mon, 26 Oct 2015 11:54:40 +0000 Subject: [PATCH] This wasn't even needed --- shreddit.py | 2 -- 1 file changed, 2 deletions(-) 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