This commit is contained in:
@@ -56,13 +56,6 @@ export default {
|
||||
//If don't use nextTick then don't get all visible when multiple in sequence
|
||||
this.$nextTick(() => {
|
||||
this.isVisible = true;
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(
|
||||
this.currentNotification.timeout +
|
||||
" (" +
|
||||
this.currentNotification.message +
|
||||
")"
|
||||
);
|
||||
});
|
||||
|
||||
//Show it for the designated time before moving on to the next
|
||||
|
||||
Reference in New Issue
Block a user