From 6795c183af104994caa25e4ab24e7786a3d0c0c7 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 11 Mar 2018 10:36:15 -0500 Subject: [PATCH] Remove logging for Reddit comments --- src/invidious.cr | 1 - 1 file changed, 1 deletion(-) 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