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 } }, },