File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ defmodule Mongo.Session do
99
99
import Keywords
100
100
import Mongo.WriteConcern
101
101
102
- require Logger
103
-
104
102
alias BSON.Timestamp
105
103
alias Mongo.Error
106
104
alias Mongo.ReadPreference
@@ -173,8 +171,6 @@ defmodule Mongo.Session do
173
171
{ :ok , session }
174
172
else
175
173
:new_connection ->
176
- ## todo Logger.info("New connection while checkout session")
177
- ## :timer.sleep(1000)
178
174
start_implicit_session ( topology_pid , type , opts )
179
175
{ :error , error } -> { :error , error }
180
176
other -> { :error , Mongo.Error . exception ( "Unknow result #{ inspect other } while calling Topology.checkout_session/4" ) }
@@ -187,7 +183,6 @@ defmodule Mongo.Session do
187
183
call ( pid , :mark_server_unknown )
188
184
end
189
185
def select_server ( pid , opts ) do
190
- Logger . info ( "Select server" )
191
186
call ( pid , { :select_server , opts } )
192
187
end
193
188
You can’t perform that action at this time.
0 commit comments