diff options
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 5f544ef6555d..a07f2bb97c4d 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -562,8 +562,6 @@ Desktop::~Desktop() void Desktop::Init() { - fprintf (stderr, "Desktop::Init()\n"); - RTL_LOGFILE_CONTEXT( aLog, "desktop (cd100003) ::Desktop::Init" ); SetBootstrapStatus(BS_OK); @@ -595,8 +593,6 @@ void Desktop::Init() } } - fprintf( stderr, "OfficeIPCThread %d ...\n", m_aBootstrapError == BE_OK ); - if ( 1 ) { const CommandLineArgs& rCmdLineArgs = GetCommandLineArgs(); |