summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/invidious.cr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index cbc1fe11..4b820a79 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -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