diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-01 14:43:01 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-01 14:43:01 +0200 |
| commit | 3e6309ef94c72770dc83cc53fd05f66e69538bc7 (patch) | |
| tree | 72e330688c9eb1a8eb36ddf545c84be5f6d03e6b /src/components/notification | |
| parent | 3822a73a49f82c71217bc610720324a4303626cf (diff) | |
remove logs
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 38211bb3..1634c035 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -78,9 +78,6 @@ const Notification = { this.$store.dispatch('dismissNotificationLocal', { id: this.notification.id }) this.$store.dispatch('removeFollowRequest', this.user) }) - }, - testlog (a) { - console.log(a) } }, computed: { |
