diff options
author | Mike Buland <mbuland@penny-arcade.com> | 2018-02-05 14:12:49 -0800 |
---|---|---|
committer | Mike Buland <mbuland@penny-arcade.com> | 2018-02-05 14:12:49 -0800 |
commit | 33bbff75b9102be69612fcecb9166fb79019845a (patch) | |
tree | c8589c6bc8c5a8daa71b2453dd3ae822b4a425c9 /src/unstable | |
parent | ae5b8410403c96879a5014502ec64a1a1530878e (diff) | |
download | libbu++-33bbff75b9102be69612fcecb9166fb79019845a.tar.gz libbu++-33bbff75b9102be69612fcecb9166fb79019845a.tar.bz2 libbu++-33bbff75b9102be69612fcecb9166fb79019845a.tar.xz libbu++-33bbff75b9102be69612fcecb9166fb79019845a.zip |
Removed some debugging.
Diffstat (limited to 'src/unstable')
-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 | } |