brilliantsole 0.0.46 → 0.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13493,9 +13493,7 @@ class NobleConnectionManager extends BluetoothConnectionManager {
13493
13493
  if (!canConnect) {
13494
13494
  return false;
13495
13495
  }
13496
- console.log("FUCK");
13497
13496
  await this.#noblePeripheral.connectAsync();
13498
- console.log("YEA");
13499
13497
  return true;
13500
13498
  }
13501
13499
  async disconnect() {