diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/unstable/protocolwebsocket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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() : | |||
29 | Bu::ProtocolWebSocket::~ProtocolWebSocket() | 29 | Bu::ProtocolWebSocket::~ProtocolWebSocket() |
30 | { | 30 | { |
31 | mClient.lock(); | 31 | mClient.lock(); |
32 | printf("ProtocolWebSocket::~ProtocolWebSocket(): Clearing pClient (%p)\n", (void *)this->pClient ); | ||
33 | this->pClient = NULL; | 32 | this->pClient = NULL; |
34 | mClient.unlock(); | 33 | mClient.unlock(); |
35 | } | 34 | } |