From 33bbff75b9102be69612fcecb9166fb79019845a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Feb 2018 14:12:49 -0800 Subject: Removed some debugging. --- src/unstable/protocolwebsocket.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/unstable/protocolwebsocket.cpp b/src/unstable/protocolwebsocket.cpp index 576249c..0beb5d4 100644 --- a/src/unstable/protocolwebsocket.cpp +++ b/src/unstable/protocolwebsocket.cpp @@ -29,7 +29,6 @@ Bu::ProtocolWebSocket::ProtocolWebSocket() : Bu::ProtocolWebSocket::~ProtocolWebSocket() { mClient.lock(); - printf("ProtocolWebSocket::~ProtocolWebSocket(): Clearing pClient (%p)\n", (void *)this->pClient ); this->pClient = NULL; mClient.unlock(); } -- cgit v1.2.3