summaryrefslogtreecommitdiffstats
path: root/testtools
diff options
context:
space:
mode:
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/cppobj.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx
index bcfa65ab3e3e..ad3fd185b97c 100644
--- a/testtools/source/bridgetest/cppobj.cxx
+++ b/testtools/source/bridgetest/cppobj.cxx
@@ -151,10 +151,6 @@ public:
m_bFirstCall( true ),
m_bSequenceOfCallTestPassed( true )
{}
- virtual ~Test_Impl() override
- {
- SAL_INFO("testtools", "> scalar Test_Impl dtor <" );
- }
void SAL_CALL acquire() throw () override
{
@@ -683,7 +679,6 @@ void dothrow(const RuntimeException& e)
Any a( getCaughtException() );
RuntimeException exc;
OSL_VERIFY( a >>= exc );
- SAL_INFO("testtools", exc.Message );
}
catch (...) // never throws anything
{