Remove logging for Reddit comments

This commit is contained in:
Omar Roth 2018-03-11 10:36:15 -05:00
parent d664d6b371
commit 6795c183af
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ get "/watch" do |env|
reddit_html = add_alt_links(reddit_html)
rescue ex
STDOUT << id << " : " << ex.message << "\n"
reddit_thread = nil
reddit_html = ""
end