From 0dcda35678cca43af0d296188e5e3c9393a29933 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 17 Jul 2023 18:55:36 +0200 Subject: [PATCH] no console --- webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue index a6f2e2917..92cb9d25a 100644 --- a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue +++ b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue @@ -49,7 +49,6 @@ export default { } }, updateQuery: (previousResult, { subscriptionData }) => { - console.log(subscriptionData) return { UnreadRooms: subscriptionData.data.roomCountUpdated } }, },