diff --git a/MaterialSkin/HTML/material/html/js/toolbar.js b/MaterialSkin/HTML/material/html/js/toolbar.js index cf35ce31c..0c0e21556 100644 --- a/MaterialSkin/HTML/material/html/js/toolbar.js +++ b/MaterialSkin/HTML/material/html/js/toolbar.js @@ -184,7 +184,6 @@ Vue.component('lms-toolbar', { this.snackbar = {msg: (msg ? msg : i18n("Something went wrong!")) + (err ? " (" + err+")" : ""), show: true, color: 'error' }; }.bind(this)); bus.$on('showMessage', function(msg) { -console.log("Show message:"+msg); this.snackbar = {msg: msg, show: true }; }.bind(this)); },