Remove extra connection pool creation

This commit is contained in:
Arthur Neves 2016-08-02 13:46:07 -04:00
parent 4d288f0b43
commit 88cdecc050
No known key found for this signature in database
GPG Key ID: 04A390FB1E433E17

@ -848,7 +848,6 @@ def establish_connection(config)
spec = resolver.spec(config)
remove_connection(spec.name)
owner_to_pool[spec.name] = ConnectionAdapters::ConnectionPool.new(spec)
message_bus = ActiveSupport::Notifications.instrumenter
payload = {