Remove a debug log

This commit is contained in:
Neil Booth 2016-11-13 22:40:26 +09:00
parent 9ac4718218
commit 0c2b4afbdc

View File

@ -147,7 +147,7 @@ class JSONRPC(asyncio.Protocol, LoggedClass):
def send_json(self, payload):
'''Send a JSON payload.'''
if self.transport.is_closing():
self.logger.info('send_json: connection closing, not sending')
# Confirmed this happens, sometimes a lot
return False
try: