diff --git a/src/js/macros.js b/src/js/macros.js index f7a4ed4..c6dc934 100644 --- a/src/js/macros.js +++ b/src/js/macros.js @@ -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]; diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index 32bd61a..9f12536 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -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