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 | |
parent | 8970e14d7494859c6079ef2a976416598823ba50 (diff) |
these stray fprintfs drive people demented
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
-rw-r--r-- | desktop/source/app/app.cxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/app/gtkinst.cxx | 1 |
2 files changed, 0 insertions, 5 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(); diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx index 294fd1a8116e..cc69ccb6edbb 100644 --- a/vcl/unx/gtk/app/gtkinst.cxx +++ b/vcl/unx/gtk/app/gtkinst.cxx @@ -341,7 +341,6 @@ SalPrinter* GtkInstance::CreatePrinter( SalInfoPrinter* pInfoPrinter ) { #if defined ENABLE_GTK_PRINT || GTK_CHECK_VERSION(3,0,0) mbPrinterInit = true; - fprintf(stderr, "gtk printer\n"); return new GtkSalPrinter( pInfoPrinter ); #else return Superclass_t::CreatePrinter( pInfoPrinter ); |