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.
@@ -13515,9 +13515,7 @@ class NobleConnectionManager extends BluetoothConnectionManager {
13515
13515
  if (!canConnect) {
13516
13516
  return false;
13517
13517
  }
13518
- console.log("FUCK");
13519
13518
  await this.#noblePeripheral.connectAsync();
13520
- console.log("YEA");
13521
13519
  return true;
13522
13520
  }
13523
13521
  async disconnect() {