Remove dead code
At least, I believe it is
This commit is contained in:
parent
ab0e9eb123
commit
1b618d19d4
@ -136,8 +136,6 @@ class Daemon(object):
|
||||
except aiohttp.ServerDisconnectedError:
|
||||
log_error('disconnected.')
|
||||
on_good_message = 'connection restored'
|
||||
except aiohttp.ClientPayloadError:
|
||||
log_error('payload encoding error.')
|
||||
except aiohttp.ClientConnectionError:
|
||||
log_error('connection problem - is your daemon running?')
|
||||
on_good_message = 'connection restored'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user