Bin one pointless line of debugging output
This commit is contained in:
parent
6d5fb333ee
commit
e2dc523b11
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ public:
|
|||
}
|
||||
}
|
||||
while (n > 0 && (flags & WebSocket::FRAME_OP_BITMASK) != WebSocket::FRAME_OP_CLOSE);
|
||||
std::cout << Util::logPrefix() << "Finishing" << std::endl;
|
||||
}
|
||||
catch (WebSocketException& exc)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue