[Libreoffice-commits] online.git: Branch 'private/Ashod/nonblocking' - net/clientnb.cpp net/loolnb.cpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon Feb 20 04:39:17 UTC 2017
net/clientnb.cpp | 1 -
net/loolnb.cpp | 1 -
2 files changed, 2 deletions(-)
New commits:
commit a3aba8270ca0321a9accf740b9e9c26fb4c0dab4
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Feb 19 21:23:57 2017 -0500
nb: cleanup some logging
Change-Id: I28e211e5a727ea308824651f417a91d7b388a30d
Reviewed-on: https://gerrit.libreoffice.org/34452
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/net/clientnb.cpp b/net/clientnb.cpp
index 5467fe9..0f7c796 100644
--- a/net/clientnb.cpp
+++ b/net/clientnb.cpp
@@ -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);
diff --git a/net/loolnb.cpp b/net/loolnb.cpp
index e088001..c6abe72 100644
--- a/net/loolnb.cpp
+++ b/net/loolnb.cpp
@@ -273,7 +273,6 @@ public:
reply.insert(reply.end(), data.begin(), data.end());
}
- std::cerr << "reply: " << reply.size() << std::endl;
queueWSMessage(reply);
}
More information about the Libreoffice-commits
mailing list