remove state and config button

This commit is contained in:
sanjayk03-dev
2024-04-10 04:25:08 +05:30
parent a2bfb6e0ca
commit 1b01889d6b
2 changed files with 0 additions and 9 deletions

View File

@@ -815,12 +815,6 @@ module.exports = {
}
}
},
print_config: function () {
console.log(this.config);
},
print_state: function () {
console.log(this.state);
},
},
mixins: [require("./axis-vars")],