loolwsd/test/httpwstest.cpp | 1 - 1 file changed, 1 deletion(-) New commits: commit 732c54313d80d263ac81c05ff88bd5bc458054c3 Author: Pranav Kant <pran...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits