removed the button used for logging

This commit is contained in:
sanjayk03-dev
2024-06-08 23:44:23 +05:30
parent 86a1c1be54
commit d27c94c266
2 changed files with 0 additions and 8 deletions

View File

@@ -95,11 +95,6 @@ module.exports = {
});
},
printconfig: function () {
console.log(this.state);
console.log(this.config);
},
update_config: function () {
this.config.gcode_list = [...this.state.gcode_list];
this.config.non_macros_list = [...this.state.non_macros_list];

View File

@@ -72,9 +72,6 @@ script#macros-template(type="text/x-template")
button.pure-button.button-error(@click="delete_selected_macro")
.fa.fa-trash
|  Yes
button.config-button.button-blue(style="width:160px;", @click="printconfig") Print Config
.warning-box
p