diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-28 20:00:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-30 07:53:38 +0200 |
commit | bd9c914047c64e75506a5acc45642ac4ddf9d7d6 (patch) | |
tree | 0a91d62e7ae8017c9ca737e0f8f424b878b61016 /vcl | |
parent | d7b027bd101a26a6513736dcd71a07125fded251 (diff) |
Bin redundant logging
Change-Id: If7245ceea45a517084fdb5df09818e4e6e8c8be5
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/android/androidinst.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index f803b1d3f882..e67dc8f9d0f5 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -209,9 +209,6 @@ AndroidSalInstance::AndroidSalInstance( SalYieldMutex *pMutex ) { int res = (lo_get_javavm())->AttachCurrentThread(&m_pJNIEnv, NULL); LOGI("AttachCurrentThread res=%d env=%p", res, m_pJNIEnv); - - LOGI("created Android Sal Instance thread: %d", - (int)pthread_self()); } AndroidSalInstance::~AndroidSalInstance() |