aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/notification/notification.js1
1 files changed, 0 insertions, 1 deletions
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) {