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"); } };