Bin one pointless line of debugging output

This commit is contained in:
Tor Lillqvist 2015-05-13 15:11:14 +03:00
parent 6d5fb333ee
commit e2dc523b11

View file

@ -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)
{