From: Jakub Pawlowski Date: Thu, 13 Oct 2016 18:21:39 +0000 (-0700) Subject: Remove unnecessary error message X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bb48e13679803fd7c5d6dddc82f2789170d8bf16;p=android-x86%2Fpackages-apps-Bluetooth.git Remove unnecessary error message Test: compiled successfully Change-Id: I85591142ccd6ac4d53e7bf62100ad4ae5ef473e2 --- diff --git a/jni/com_android_bluetooth_gatt.cpp b/jni/com_android_bluetooth_gatt.cpp index fa57e4f0..70dcfeaf 100644 --- a/jni/com_android_bluetooth_gatt.cpp +++ b/jni/com_android_bluetooth_gatt.cpp @@ -1365,7 +1365,6 @@ static void registerAdvertiserNative(JNIEnv* env, jobject object, if (!sGattIf) return; set_uuid(uuid.uu, app_uuid_msb, app_uuid_lsb); - error("advertiser address is: %d", sGattIf->advertiser); sGattIf->advertiser->RegisterAdvertiser(base::Bind(&ble_advertiser_register_cb, uuid)); }