summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-09 21:37:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-09 21:37:22 +0100
commita1959d05b8531abc24edb9b9cc42c29e8412ba76 (patch)
tree96d55ce5790f16c7460f15eab78d9fcfa1611075 /testtools
parentb1650ae0aadaaa5d4c13fb34957b48112e69105b (diff)
Remove irrelevant SAL_INFOs
Change-Id: Ieb58ed113c6a3e85a806ec57a6557e2d37bf9b06
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
{