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

These SAL_INFOs do not make much sense any more

...now that the original RTL_LOGFILE_TRACEs got replaced.

Change-Id: I0997d6bbb90a22678fdc6398e7786ac36b9d73f4
üst 6872ad47
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include "osl/file.hxx" #include "osl/file.hxx"
#include "osl/mutex.hxx" #include "osl/mutex.hxx"
#include "rtl/bootstrap.hxx" #include "rtl/bootstrap.hxx"
#include "rtl/logfile.h"
#include "rtl/ref.hxx" #include "rtl/ref.hxx"
#include "rtl/string.h" #include "rtl/string.h"
#include "rtl/ustrbuf.hxx" #include "rtl/ustrbuf.hxx"
...@@ -479,7 +478,6 @@ Components::Components( ...@@ -479,7 +478,6 @@ Components::Components(
OUString conf( OUString conf(
expand( expand(
OUString("${CONFIGURATION_LAYERS}"))); OUString("${CONFIGURATION_LAYERS}")));
SAL_INFO( "configmgr", "configmgr : begin parsing" );
int layer = 0; int layer = 0;
for (sal_Int32 i = 0;;) { for (sal_Int32 i = 0;;) {
while (i != conf.getLength() && conf[i] == ' ') { while (i != conf.getLength() && conf[i] == ' ') {
...@@ -561,7 +559,6 @@ Components::Components( ...@@ -561,7 +559,6 @@ Components::Components(
} }
i = n; i = n;
} }
SAL_INFO( "configmgr", "configmgr : end parsing" );
} }
Components::~Components() Components::~Components()
......
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