diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-07-01 07:53:06 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-07-01 07:58:08 +0200 |
commit | c651bf90774eaa61352f72157621ee54558f624a (patch) | |
tree | 10f5eed054a9a7ffeccc39304a5f8b9e27d3154e /sal | |
parent | dc93074f71f91efd8a615ad8f1a5289deb210b75 (diff) |
Actually not necessary to log this, it is already logged a bit later.
Change-Id: I30380b58b3141ac20e90e47a1538156b5b4dd08f
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index 092f0ffe2aa8..a7eaac15e1f8 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 */ |