Forgot to remove unwanted print message used for debugging.

pull/5/head
David Trail 12 years ago
parent d8d82d18c9
commit 4f4fab85a1

@ -72,7 +72,6 @@ for thing in things:
continue
if thing_time > before_time:
print '#', thing_time, '----', before_time
continue
if str(thing.subreddit).lower() in whitelist:

Loading…
Cancel
Save