Disable logging for connection pool

This commit is contained in:
Omar Roth 2018-02-06 17:30:14 -06:00
parent 76c008d319
commit 6167ce30b0

View File

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