Remove debug line

This commit is contained in:
Adrien Maston
2026-02-26 11:13:39 +01:00
parent 158e95de42
commit fc1ee616c8
@@ -7,7 +7,6 @@ BridgeElement.prototype.getButton = function() {
displayTitle: this.getDisplayTitle(),
isMainAction: this.getIsMainAction()
}
console.log(button)
return button
}