From 2a350f404a2878d71bb603061631385996cdc7e4 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 13 Dec 2020 18:54:32 +0100 Subject: [PATCH] Remove some logging --- src/csui/NotificationUi.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/csui/NotificationUi.vue b/src/csui/NotificationUi.vue index cb90971..0e0b0ea 100644 --- a/src/csui/NotificationUi.vue +++ b/src/csui/NotificationUi.vue @@ -107,7 +107,6 @@ export default { * } */ notificationConfig(newConfig) { - console.log('notificationConfig?'); if (newConfig) { this.notificationText = newConfig.text; this.notificationActions = newConfig.notificationActions; @@ -124,8 +123,6 @@ export default { }, methods: { closeNotification() { - console.log("close notification!") - clearTimeout(this.notificationTimeout); this.showNotification = false;