Remove unnecessary config

This commit is contained in:
R. Richard 2019-06-11 11:07:12 +02:00
parent 105a574d7f
commit 8be0105ef6
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ from tornado.websocket import WebSocketHandler
from tfw.networking import Scope
LOG = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)
class ZMQWebSocketRouter(WebSocketHandler):