Skip to content

Commit 5293c9c

Browse files
committed
chore: clear logs
1 parent c39dd3b commit 5293c9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bluetooth.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,6 @@ function getGattDeviceServiceInfo(gatt: android.bluetooth.BluetoothGatt, args?:
996996
for (let i = 0; i < services.size(); i++) {
997997
const service: android.bluetooth.BluetoothGattService = services.get(i);
998998
const serviceUUID = uuidToString(service.getUuid());
999-
console.log('getGattDeviceServiceInfo', service.getUuid().toString(),serviceUUID, serviceUUIDs);
1000999
if (serviceUUIDs && serviceUUIDs.indexOf(serviceUUID) === -1) {
10011000
continue;
10021001
}

0 commit comments

Comments
 (0)