[Libreoffice-commits] online.git: loolwsd/test
Pranav Kant
pranavk at collabora.co.uk
Thu Jul 14 05:38:15 UTC 2016
loolwsd/test/httpwstest.cpp | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 732c54313d80d263ac81c05ff88bd5bc458054c3
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Thu Jul 14 10:47:29 2016 +0530
loolwsd: Get rid of superfluous long list of fonts in test output
They make it difficult and annoying to analyze the test logs.
Change-Id: If970ab8296206e7462fe205a9b40cdf26a1eb37f
diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest.cpp
index 59906be..f24c753 100644
--- a/loolwsd/test/httpwstest.cpp
+++ b/loolwsd/test/httpwstest.cpp
@@ -1596,7 +1596,6 @@ void HTTPWSTest::testCalcEditRendering()
std::string HTTPWSTest::getFontList(const std::string& message)
{
Poco::JSON::Parser parser;
- std::cerr << " trace FontList " << message << std::endl;
const auto result = parser.parse(message);
const auto& command = result.extract<Poco::JSON::Object::Ptr>();
auto text = command->get("commandName").toString();
More information about the Libreoffice-commits
mailing list