mirror of https://github.com/iv-org/invidious.git
Remove logging for Reddit comments
This commit is contained in:
parent
d664d6b371
commit
6795c183af
|
@ -241,7 +241,6 @@ get "/watch" do |env|
|
||||||
|
|
||||||
reddit_html = add_alt_links(reddit_html)
|
reddit_html = add_alt_links(reddit_html)
|
||||||
rescue ex
|
rescue ex
|
||||||
STDOUT << id << " : " << ex.message << "\n"
|
|
||||||
reddit_thread = nil
|
reddit_thread = nil
|
||||||
reddit_html = ""
|
reddit_html = ""
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue