diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-28 14:57:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-28 15:00:31 +0200 |
commit | 8fb68a54e554c797c7878e857ca269a6bad675c9 (patch) | |
tree | 9f52a49576b230c5dbd7179ade1d19fc8fdef0c7 /desktop | |
parent | c6282e9bc42dcd1f85005db94416fcaf4caa50c1 (diff) |
We already log successful UNO initialisation in initialize_uno()
Change-Id: Id1315a35f84fee2a7c7a42df489237c2e641a189
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 6c0fbdf11969..bd596b42460d 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -877,7 +877,6 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath) { return false; } - SAL_INFO("lok", "UNO successfully initalized"); force_c_locale(); // Force headless -- this is only for bitmap rendering. |