Remove debug log from two-way binding setup in CustomElement

This commit is contained in:
Astrian Zheng 2025-05-15 10:09:07 +10:00
parent 943678b4f3
commit 723110efab
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -315,8 +315,6 @@ export default (options: ComponentOptions) => {
// Handle two-way data binding (%connect marco)
private _setupTwoWayBinding(element: Element, expr: string) {
console.log("setting up two-way binding for", expr)
// Get the initial value
const value = this._getNestedState(expr)