1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-15 21:32:59 -04:00

Remove error message

This commit is contained in:
Omar Roth 2018-03-17 00:02:02 -05:00
parent 39df8ab200
commit 02f1cd1a8b

@ -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