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:
Brian Lopez 2010-11-27 11:10:18 -08:00
parent 550c68cade
commit 80697d11b2
1 changed files with 0 additions and 1 deletions

View File

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