summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-22 12:58:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-22 12:59:02 +0000
commit1a4bcd1b0d05f7dcafd7aebeaa0e0e91f6b102ea (patch)
tree7f49a8b732048424a10540a22e1fada3978c3da2 /desktop/source/app/app.cxx
parent8970e14d7494859c6079ef2a976416598823ba50 (diff)
these stray fprintfs drive people demented
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx4
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();