diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index 5f1e32b1e..d7c236330 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -271,7 +271,6 @@ export default { }, test() { - console.log("test notification"); this.processing = true; this.$root.getSocket().emit("testNotification", this.notification, (res) => { this.$root.toastRes(res)