Remove dead code
This commit is contained in:
parent
d12987bf7a
commit
2971793b48
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue