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:
parent
031ee124da
commit
a8f5923214
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -273,7 +273,6 @@ public:
|
|||
reply.insert(reply.end(), data.begin(), data.end());
|
||||
}
|
||||
|
||||
std::cerr << "reply: " << reply.size() << std::endl;
|
||||
queueWSMessage(reply);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue