summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-14 10:15:49 +0200
committerNoel Grandin <noel@peralex.com>2014-05-14 16:54:24 +0200
commit4c9b4452494b783e57158941fcd3fc7ad14aeed7 (patch)
tree1c193813a77d2fd68385959a5f385b799b98b49d /filter
parent142ecb8b368e039e6095057840f2c893bb7f630d (diff)
filter: remove SAL_INFO's that only mark function entry
Change-Id: I2771d9af09b8dec3f9a8b30b47a779816e4739cb
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 7eebb6267eb4..921baee92972 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -59,14 +59,12 @@ FilterCache::FilterCache()
: BaseLock ( )
, m_eFillState(E_CONTAINS_NOTHING )
{
- SAL_INFO( "filter.config", "{ (as96863) FilterCache lifetime");
}
FilterCache::~FilterCache()
{
- SAL_INFO( "filter.config", "} (as96863) FilterCache lifetime");
if (m_xTypesChglisteners.is())
m_xTypesChglisteners->stopListening();
if (m_xFiltersChgListener.is())
@@ -977,8 +975,6 @@ void FilterCache::impl_validateAndOptimize()
// SAFE ->
::osl::ResettableMutexGuard aLock(m_aLock);
- SAL_INFO( "filter.config", "framework (as96863) ::FilterCache::impl_validateAndOptimize");
-
// First check if any filter or type could be readed
// from the underlying configuration!
bool bSomeTypesShouldExist = ((m_eFillState & E_CONTAINS_STANDARD ) == E_CONTAINS_STANDARD );