From c78bb4326bc36a158f79c42e04549f2bc489471a Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Wed, 27 Mar 2024 23:59:55 +0100 Subject: [PATCH] Update src/components/notifications/Cellsynt.vue Co-authored-by: Frank Elsinga --- src/components/notifications/Cellsynt.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/notifications/Cellsynt.vue b/src/components/notifications/Cellsynt.vue index 579bfa41..f212aaae 100644 --- a/src/components/notifications/Cellsynt.vue +++ b/src/components/notifications/Cellsynt.vue @@ -48,7 +48,6 @@ export default { mounted() { this.$parent.notification.cellsyntOriginator = "uptime-kuma"; this.$parent.notification.cellsyntOriginatortype = "alpha"; - console.log("hello world"); } };