From 6167ce30b0bbe42973ca0c453dc32d0972303436 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 6 Feb 2018 17:30:14 -0600 Subject: [PATCH] Disable logging for connection pool --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index ecc18ea6..973d0482 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -104,7 +104,7 @@ threads.times do end end - io << Time.now << " 200 GET www.youtube.com/watch?v=" << video.id << " " << elapsed_text(Time.now - time) << "\n" + # io << Time.now << " 200 GET www.youtube.com/watch?v=" << video.id << " " << elapsed_text(Time.now - time) << "\n" end end end