[Libreoffice-commits] core.git: desktop/qa

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 22 10:11:25 UTC 2020


 desktop/qa/desktop_lib/test_desktop_lib.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f5263e433d0a61a7c589b079ae28fa79efc90add
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Jun 22 10:37:43 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Jun 22 12:10:50 2020 +0200

    remove debugging leftovers
    
    Change-Id: Ib0317628cbb59cd1e22d1ebca0e0925cc8e8eea1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96834
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 8e02686f7f57..a75e5ea805cf 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -818,9 +818,7 @@ void DesktopLOKTest::testHiddenRowHeaders()
 
     boost::property_tree::ptree aTree;
     char* pJSON = pDocument->m_pDocumentClass->getCommandValues(pDocument, aPayload.str().c_str());
-    SAL_WARN("desktop", "xxxxxxx " << pJSON);
     std::stringstream aStream(pJSON);
-    SAL_WARN("desktop", aStream.str());
     CPPUNIT_ASSERT(!aStream.str().empty());
 
     boost::property_tree::read_json(aStream, aTree);


More information about the Libreoffice-commits mailing list