Remove some logging
This commit is contained in:
parent
6907f65439
commit
2a350f404a
@ -107,7 +107,6 @@ export default {
|
|||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
notificationConfig(newConfig) {
|
notificationConfig(newConfig) {
|
||||||
console.log('notificationConfig?');
|
|
||||||
if (newConfig) {
|
if (newConfig) {
|
||||||
this.notificationText = newConfig.text;
|
this.notificationText = newConfig.text;
|
||||||
this.notificationActions = newConfig.notificationActions;
|
this.notificationActions = newConfig.notificationActions;
|
||||||
@ -124,8 +123,6 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
closeNotification() {
|
closeNotification() {
|
||||||
console.log("close notification!")
|
|
||||||
|
|
||||||
clearTimeout(this.notificationTimeout);
|
clearTimeout(this.notificationTimeout);
|
||||||
|
|
||||||
this.showNotification = false;
|
this.showNotification = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user