diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-05 23:16:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-05 23:16:22 +0200 |
commit | 7f00e84f0a293b8662dd2a7fa57c654ebb37f556 (patch) | |
tree | 4432e5d2a81017ab5cb9b8e027b7519ffcbe33ae | |
parent | 60628799633ffde502cb105b98d3f254f93115aa (diff) |
Remove accidentally committed logging code
Change-Id: I8dc055336d1577475282198528a57efc60508cef
-rw-r--r-- | sal/osl/all/log.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx index 6b98c0411434..2b94f180bf5b 100644 --- a/sal/osl/all/log.cxx +++ b/sal/osl/all/log.cxx @@ -56,9 +56,6 @@ #define OSL_DETAIL_GETPID getpid() #endif -#include <android/log.h> -#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "log.cxx", __VA_ARGS__)) - #ifdef HAVE_SYSLOG_H #include <syslog.h> // sal/osl/unx/salinit.cxx::sal_detail_initialize updates this: |