[Libreoffice-commits] core.git: sal/osl

Jan Holesovsky kendy at collabora.com
Mon Jun 30 22:59:36 PDT 2014


 sal/osl/unx/file.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c651bf90774eaa61352f72157621ee54558f624a
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Jul 1 07:53:06 2014 +0200

    Actually not necessary to log this, it is already logged a bit later.
    
    Change-Id: I30380b58b3141ac20e90e47a1538156b5b4dd08f

diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index 092f0ffe..a7eaac1 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -827,8 +827,6 @@ openFilePath( const char *cpFilePath, oslFileHandle* pHandle, sal_uInt32 uFlags,
     oslFileError eRet;
 
 #ifdef ANDROID
-    SAL_INFO("sal.file", "osl_openFile: " << cpFilePath);
-
     /* Opening a file from /assets read-only means
      * we should mmap it from the .apk file
      */


More information about the Libreoffice-commits mailing list