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;