Remove dead code

This commit is contained in:
Wojciech Piekutowski 2011-02-20 17:12:46 +01:00
parent d12987bf7a
commit 2971793b48
1 changed files with 0 additions and 4 deletions

View File

@ -156,10 +156,6 @@ module Mongo
return socket
else
# Otherwise, wait
if @logger
@logger.warn "MONGODB Waiting for available connection; " +
"#{@checked_out.size} of #{@size} connections checked out."
end
@queue.wait(@connection_mutex)
end
end