From 9f30ccc26bf4f87f6836fe37e43a9f0ddede6727 Mon Sep 17 00:00:00 2001 From: tusooa Date: Thu, 22 Dec 2022 10:28:24 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/components/notification/notification.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 3e834bd5..265aaee0 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -60,7 +60,6 @@ const Notification = { }, methods: { toggleStatusExpanded () { - console.log('as') this.statusExpanded = !this.statusExpanded }, generateUserProfileLink (user) {