removed unnecessary log for Android BLE
authorjihwan.seo <jihwan.seo@samsung.com>
Wed, 4 Nov 2015 10:30:04 +0000 (19:30 +0900)
committerJon A. Cruz <jonc@osg.samsung.com>
Fri, 20 Nov 2015 23:25:30 +0000 (23:25 +0000)
since the log is occured continually,
there are some obstruction to analyze.
thru, it is better to remove it.

Change-Id: I211ad748f3689bdd855089cde4a388cc12f7fc82
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4027
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Tim Kourt <tim.a.kourt@intel.com>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c

index 0f5719f..01de046 100644 (file)
@@ -2155,7 +2155,6 @@ bool CALEClientIsDeviceInScanDeviceList(JNIEnv *env, const char* remoteAddress)
 
         if (!strcmp(remoteAddress, setAddress))
         {
-            OIC_LOG(DEBUG, TAG, "the device is already set");
             (*env)->ReleaseStringUTFChars(env, jni_setAddress, setAddress);
             return true;
         }