diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-07-23 12:08:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-07-23 12:08:16 +0200 |
commit | e667bcdf98513ed13d6ebb485f61cbf37c0b4aca (patch) | |
tree | f3b377378ad7c236f25a788d80d2d8a0b715c745 /configmgr | |
parent | 6872ad4764b5924a32f0929cbdbd13fb25ead885 (diff) |
These SAL_INFOs do not make much sense any more
...now that the original RTL_LOGFILE_TRACEs got replaced.
Change-Id: I0997d6bbb90a22678fdc6398e7786ac36b9d73f4
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/components.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 068a73b543fb..511dd41f1f73 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -40,7 +40,6 @@ #include "osl/file.hxx" #include "osl/mutex.hxx" #include "rtl/bootstrap.hxx" -#include "rtl/logfile.h" #include "rtl/ref.hxx" #include "rtl/string.h" #include "rtl/ustrbuf.hxx" @@ -479,7 +478,6 @@ Components::Components( OUString conf( expand( OUString("${CONFIGURATION_LAYERS}"))); - SAL_INFO( "configmgr", "configmgr : begin parsing" ); int layer = 0; for (sal_Int32 i = 0;;) { while (i != conf.getLength() && conf[i] == ' ') { @@ -561,7 +559,6 @@ Components::Components( } i = n; } - SAL_INFO( "configmgr", "configmgr : end parsing" ); } Components::~Components() |