1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-03-29 16:16:06 +01:00

Remove logging for Reddit comments

This commit is contained in:
Omar Roth 2018-03-11 10:36:15 -05:00
parent d664d6b371
commit 6795c183af

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