mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
Removed debug exception handling
This commit is contained in:
parent
2ca0250448
commit
95daa39152
1 changed files with 0 additions and 1 deletions
|
|
@ -151,7 +151,6 @@ class ConnectionManager(object):
|
||||||
return self._after_connect_validated(server, credentials, result, True, options)
|
return self._after_connect_validated(server, credentials, result, True, options)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise
|
|
||||||
LOG.info("Failing server connection. ERROR msg: {}".format(e))
|
LOG.info("Failing server connection. ERROR msg: {}".format(e))
|
||||||
return { 'State': CONNECTION_STATE['Unavailable'] }
|
return { 'State': CONNECTION_STATE['Unavailable'] }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue