From bd9c914047c64e75506a5acc45642ac4ddf9d7d6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 28 Mar 2013 20:00:01 +0200 Subject: Bin redundant logging Change-Id: If7245ceea45a517084fdb5df09818e4e6e8c8be5 --- vcl/android/androidinst.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/android/androidinst.cxx') 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() -- cgit