From 667e55fcef310cdc399249ede74589374fb396fc Mon Sep 17 00:00:00 2001 From: bsaravanan783 Date: Mon, 2 Jun 2025 23:23:59 +0530 Subject: [PATCH] added loggers --- src/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/app.js b/src/js/app.js index b148013..14a7c9e 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -394,7 +394,8 @@ module.exports = new Vue({ update_object(this.state, e.data, false); - SvelteComponents.handleControllerStateUpdate(this.state); + // SvelteComponents.handleControllerStateUpdate(this.state); + console.log("Controller state updated:", this.state); delete this.state.log;