From 00adc1c77d2bcc231a7f8995558ed86bb8071ae7 Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Fri, 19 May 2017 11:39:06 +0800 Subject: [PATCH] Remove unused LOG in websocket Change-Id: Ic45e5e4353dd816fd5416b880aa47df8542b2e02 --- zun/websocket/websocketclient.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zun/websocket/websocketclient.py b/zun/websocket/websocketclient.py index b4ceb90cf..e00f250c1 100644 --- a/zun/websocket/websocketclient.py +++ b/zun/websocket/websocketclient.py @@ -12,16 +12,12 @@ # License for the specific language governing permissions and limitations # under the License. -import logging import socket import websocket from zun.common import exception -LOG = logging.getLogger(__name__) - - class WebSocketClient(object): def __init__(self, host_url, escape='~',