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) {