nb: cleanup some logging

Change-Id: I28e211e5a727ea308824651f417a91d7b388a30d
Reviewed-on: https://gerrit.libreoffice.org/34452
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
Ashod Nakashian 2017-02-19 21:23:57 -05:00 committed by Jan Holesovsky
parent 031ee124da
commit a8f5923214
2 changed files with 0 additions and 2 deletions

View file

@ -224,7 +224,6 @@ struct Client : public Poco::Util::Application
std::vector<char> res;
for (size_t i = 1; i < (1 << 14); ++i)
{
std::cerr << "\n" << i;
const std::vector<char> data = Util::rng::getBytes(i);
ws->sendFrame(data.data(), data.size(), WebSocket::SendFlags::FRAME_BINARY);

View file

@ -273,7 +273,6 @@ public:
reply.insert(reply.end(), data.begin(), data.end());
}
std::cerr << "reply: " << reply.size() << std::endl;
queueWSMessage(reply);
}