Remove unused LOG in websocket

Change-Id: Ic45e5e4353dd816fd5416b880aa47df8542b2e02
This commit is contained in:
Feng Shengqin 2017-05-19 11:39:06 +08:00
parent a85f2f19a8
commit 00adc1c77d

View File

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