[Libreoffice-commits] core.git: desktop/source

Tor Lillqvist tml at iki.fi
Thu Feb 21 13:31:49 PST 2013


 desktop/source/app/sofficemain.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a07dd698bf8044db1c13dbd81a5bc6e62225788c
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Feb 21 23:31:26 2013 +0200

    Remove leftover debugging printf
    
    Change-Id: I90a75a3d2eed8929b21eef3f710aec37a9f9c5bd

diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx
index 3af1474..327d9f3 100644
--- a/desktop/source/app/sofficemain.cxx
+++ b/desktop/source/app/sofficemain.cxx
@@ -76,7 +76,6 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main()
         return EXIT_SUCCESS;
     }
 #endif
-    fprintf (stderr, "enter svmain()\n");
     return SVMain();
 #if defined ANDROID
     } catch (const ::com::sun::star::uno::Exception &e) {


More information about the Libreoffice-commits mailing list