Kaydet (Commit) a1959d05 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove irrelevant SAL_INFOs

Change-Id: Ieb58ed113c6a3e85a806ec57a6557e2d37bf9b06
üst b1650ae0
......@@ -412,10 +412,6 @@ certain functionality.
@li @c stoc.corerefl - CoreReflection
@section testtools
@li @c testtools
@section VCL
@li @c vcl
......
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment