net/clientnb.cpp | 1 - net/loolnb.cpp | 1 - 2 files changed, 2 deletions(-)
New commits: commit a3aba8270ca0321a9accf740b9e9c26fb4c0dab4 Author: Ashod Nakashian <[email protected]> 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 <[email protected]> Tested-by: Ashod Nakashian <[email protected]> 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); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
