Removed debug exception handling

This commit is contained in:
Chuddah 2020-02-23 17:07:26 +00:00
commit 95daa39152

View file

@ -151,7 +151,6 @@ class ConnectionManager(object):
return self._after_connect_validated(server, credentials, result, True, options)
except Exception as e:
raise
LOG.info("Failing server connection. ERROR msg: {}".format(e))
return { 'State': CONNECTION_STATE['Unavailable'] }