From 0c2b4afbdcda4b1fb1bc77fdad2e846e0bbc3e49 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 13 Nov 2016 22:40:26 +0900 Subject: [PATCH] Remove a debug log --- lib/jsonrpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonrpc.py b/lib/jsonrpc.py index e8e4210..663b84c 100644 --- a/lib/jsonrpc.py +++ b/lib/jsonrpc.py @@ -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: