added loggers

This commit is contained in:
bsaravanan783
2025-06-02 23:23:59 +05:30
parent 295eecfa6d
commit 667e55fcef

View File

@@ -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;