diff --git a/python/lib/communication/dmod/communication/websocket_interface.py b/python/lib/communication/dmod/communication/websocket_interface.py index b336be180..4a4f5a60b 100644 --- a/python/lib/communication/dmod/communication/websocket_interface.py +++ b/python/lib/communication/dmod/communication/websocket_interface.py @@ -28,12 +28,6 @@ from websockets import WebSocketServerProtocol from .async_service import AsyncServiceInterface -#logging.basicConfig( -# level=logging.ERROR, -# format="%(asctime)s,%(msecs)d %(levelname)s: %(message)s", -# datefmt="%H:%M:%S" -#) - class WebSocketInterface(AsyncServiceInterface, ABC): """