removed the button used for logging
This commit is contained in:
@@ -95,11 +95,6 @@ module.exports = {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
printconfig: function () {
|
|
||||||
console.log(this.state);
|
|
||||||
console.log(this.config);
|
|
||||||
},
|
|
||||||
|
|
||||||
update_config: function () {
|
update_config: function () {
|
||||||
this.config.gcode_list = [...this.state.gcode_list];
|
this.config.gcode_list = [...this.state.gcode_list];
|
||||||
this.config.non_macros_list = [...this.state.non_macros_list];
|
this.config.non_macros_list = [...this.state.non_macros_list];
|
||||||
|
|||||||
@@ -72,9 +72,6 @@ script#macros-template(type="text/x-template")
|
|||||||
button.pure-button.button-error(@click="delete_selected_macro")
|
button.pure-button.button-error(@click="delete_selected_macro")
|
||||||
.fa.fa-trash
|
.fa.fa-trash
|
||||||
| Yes
|
| Yes
|
||||||
|
|
||||||
|
|
||||||
button.config-button.button-blue(style="width:160px;", @click="printconfig") Print Config
|
|
||||||
|
|
||||||
.warning-box
|
.warning-box
|
||||||
p
|
p
|
||||||
|
|||||||
Reference in New Issue
Block a user