we don't need to print the error here as the caller should be handling that on their own the way they want to
This commit is contained in:
parent
550c68cade
commit
80697d11b2
|
@ -35,7 +35,6 @@ module Mysql2
|
|||
results = @client.async_result
|
||||
@deferable.succeed(results)
|
||||
rescue Exception => e
|
||||
puts e.backtrace.join("\n\t")
|
||||
@deferable.fail(e)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue