diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-21 23:31:26 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-21 23:31:26 +0200 |
commit | a07dd698bf8044db1c13dbd81a5bc6e62225788c (patch) | |
tree | 545f0b5f21b796a69f652aed0252b39236aba99e /desktop | |
parent | dbcd4e5fac5e48753d6cfa5c80ff3d4ce12a1894 (diff) |
Remove leftover debugging printf
Change-Id: I90a75a3d2eed8929b21eef3f710aec37a9f9c5bd
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 3af14743c457..327d9f3c1fc2 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) { |