diff --git a/src/js/macros.js b/src/js/macros.js index efa4f17..fb84708 100644 --- a/src/js/macros.js +++ b/src/js/macros.js @@ -66,7 +66,6 @@ module.exports = { utils.clickFileInput("gcode-file-input"); }, updateNewGcode: function (event) { - console.log("input event fired: ", event.target.value); this.newGcode = event.target.value; this.$dispatch("macros-edited"); },