Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b80eb8b authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Remove unnecessary error message"

am: 890334b2

Change-Id: I9e64c55abd756b8048b833f86778965eaa189a20
parents 2806b126 890334b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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));
}