diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-22 12:58:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-22 12:59:02 +0000 |
commit | 1a4bcd1b0d05f7dcafd7aebeaa0e0e91f6b102ea (patch) | |
tree | 7f49a8b732048424a10540a22e1fada3978c3da2 /desktop | |
parent | 8970e14d7494859c6079ef2a976416598823ba50 (diff) |
these stray fprintfs drive people demented
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
Diffstat (limited to 'desktop')
-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(); |