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

Commit 586ee0e5 authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Remove logspam when adding GATT attributes

Bug: 37905488
Test: Code still compiles
Change-Id: I479fc82a15f977b7e3d50b07302241909efc8856
parent de4f5e47
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -722,8 +722,6 @@ static tGATT_ATTR& allocate_attr_in_db(tGATT_SVC_DB& db, const tBT_UUID& uuid,

  char uuid_str[37];
  uuid_to_str(attr.uuid, uuid_str, sizeof(uuid_str));
  GATT_TRACE_ERROR("=====> handle = [0x%04x] uuid = [%s] perm=0x%02x ",
                   attr.handle, uuid_str, attr.permission);

  return attr;
}