[Libreoffice-commits] core.git: desktop/source vcl/unx
Caolán McNamara
caolanm at redhat.com
Fri Feb 22 04:59:21 PST 2013
desktop/source/app/app.cxx | 4 ----
vcl/unx/gtk/app/gtkinst.cxx | 1 -
2 files changed, 5 deletions(-)
New commits:
commit 1a4bcd1b0d05f7dcafd7aebeaa0e0e91f6b102ea
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Feb 22 12:58:07 2013 +0000
these stray fprintfs drive people demented
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 5f544ef..a07f2bb 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 294fd1a..cc69ccb 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 );
More information about the Libreoffice-commits
mailing list