diff --git a/changelog.md b/changelog.md index a5007a3d..53674584 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -### v2.0.0b4 - 2021-02-19 +### v2.0.0b4 - 2021-02-21 Rolls up all changes from the betas below plus - Lyrics filename patterns can be specified in the config file - Config file can be edited/reset from the settings menu diff --git a/js/CaTRoX_QWR/Control_Button.js b/js/CaTRoX_QWR/Control_Button.js index d43a3942..9b4b733f 100644 --- a/js/CaTRoX_QWR/Control_Button.js +++ b/js/CaTRoX_QWR/Control_Button.js @@ -137,7 +137,6 @@ class Button { set enable(val) { this.enabled = val; - console.log(this.id, '>>>', val) if (!val) { this.changeState(ButtonState.Default); } else {