Remove debug line

This commit is contained in:
Adrien Maston
2026-03-09 15:43:58 +01:00
parent 38ecacc2b0
commit d746b86e70
@@ -14,7 +14,6 @@ export default class extends BridgeComponent {
}
notifyBridgeOfConnect() {
console.log(this.bridgeElement.getStamp())
this.send("connect", this.bridgeElement.getStamp())
}
}