diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-04 09:26:42 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-04 11:26:47 +0100 |
commit | 55dcb060ea5feef0478f7abcaa4da9cbe69bd440 (patch) | |
tree | 8c2c150b8699f21b65cb06a81f8d21f9ae54f990 /sw | |
parent | 5de44f16b68977058386a60ca468de3efa780a25 (diff) |
Drop all commented SAL_DEBUG calls
Change-Id: I3be7153d27b83766303519e73d1a355ba327871a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127929
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/uwriter.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx index c43d068152b6..c2175aea2f44 100644 --- a/sw/qa/core/uwriter.cxx +++ b/sw/qa/core/uwriter.cxx @@ -1552,12 +1552,6 @@ namespace { return GetPrevInRing(); } bool lonely() const { return unique(); } -#if 0 - void debug() - { - SAL_DEBUG("TestRing at: " << this << " prev: " << GetPrev() << " next: " << GetNext()); - } -#endif }; } @@ -1603,7 +1597,6 @@ void SwDocTest::testIntrusiveRing() { TestRing* pRing = &r; CPPUNIT_ASSERT(pRing); - //pRing->debug(); } const TestRing* pConstRing = &aRing1; for(const TestRing& r: pConstRing->GetRingContainer()) // this should fail without r being const |