summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-22 10:37:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-22 12:10:50 +0200
commitf5263e433d0a61a7c589b079ae28fa79efc90add (patch)
treee1c4c3dd20e78e5344e84fe2dcc04d70495ae998 /desktop
parent027245720fec55bada1f787f81508c212f941c58 (diff)
remove debugging leftovers
Change-Id: Ib0317628cbb59cd1e22d1ebca0e0925cc8e8eea1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96834 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx2
1 files changed, 0 insertions, 2 deletions
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);