Kaydet (Commit) 8fb68a54 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We already log successful UNO initialisation in initialize_uno()

Change-Id: Id1315a35f84fee2a7c7a42df489237c2e641a189
üst c6282e9b
...@@ -877,7 +877,6 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath) ...@@ -877,7 +877,6 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath)
{ {
return false; return false;
} }
SAL_INFO("lok", "UNO successfully initalized");
force_c_locale(); force_c_locale();
// Force headless -- this is only for bitmap rendering. // Force headless -- this is only for bitmap rendering.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment