Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Nov 25, 2018
1 parent d44b0be commit 4152887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MaterialSkin/HTML/material/html/js/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
},
Expand Down

0 comments on commit 4152887

Please sign in to comment.