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='~',