aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2018-02-05 14:12:49 -0800
committerMike Buland <mbuland@penny-arcade.com>2018-02-05 14:12:49 -0800
commit33bbff75b9102be69612fcecb9166fb79019845a (patch)
treec8589c6bc8c5a8daa71b2453dd3ae822b4a425c9 /src
parentae5b8410403c96879a5014502ec64a1a1530878e (diff)
downloadlibbu++-33bbff75b9102be69612fcecb9166fb79019845a.tar.gz
libbu++-33bbff75b9102be69612fcecb9166fb79019845a.tar.bz2
libbu++-33bbff75b9102be69612fcecb9166fb79019845a.tar.xz
libbu++-33bbff75b9102be69612fcecb9166fb79019845a.zip
Removed some debugging.
Diffstat (limited to 'src')
-rw-r--r--src/unstable/protocolwebsocket.cpp1
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() :
29Bu::ProtocolWebSocket::~ProtocolWebSocket() 29Bu::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}