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 d8a07421..7c804e56 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -150,7 +150,6 @@ spawn do
begin
videos << get_video(id, client, PG_DB)
rescue ex
- STDOUT << Time.now << " : " << ex.message << "\n"
end
youtube_pool << client
end