Remove unused LOG in websocket
Change-Id: Ic45e5e4353dd816fd5416b880aa47df8542b2e02
This commit is contained in:
parent
a85f2f19a8
commit
00adc1c77d
@ -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='~',
|
||||
|
Loading…
x
Reference in New Issue
Block a user