From 723110efab2331ee615f541d839f004e11ae296f Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 15 May 2025 10:09:07 +1000 Subject: [PATCH] Remove debug log from two-way binding setup in CustomElement --- src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index e521df3..15a8f04 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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)