aboutsummaryrefslogtreecommitdiff
path: root/src/components/report
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-02-01 14:43:01 +0200
committerShpuld Shpuldson <shp@cock.li>2021-02-01 14:43:01 +0200
commit3e6309ef94c72770dc83cc53fd05f66e69538bc7 (patch)
tree72e330688c9eb1a8eb36ddf545c84be5f6d03e6b /src/components/report
parent3822a73a49f82c71217bc610720324a4303626cf (diff)
remove logs
Diffstat (limited to 'src/components/report')
-rw-r--r--src/components/report/report.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/report/report.js b/src/components/report/report.js
index 4d9108af..14b0cfd4 100644
--- a/src/components/report/report.js
+++ b/src/components/report/report.js
@@ -24,7 +24,6 @@ const Report = {
return generateProfileLink(user.id, user.screen_name, this.$store.state.instance.restrictedNicknames)
},
setReportState (state) {
- console.log('setting state', state)
return this.$store.dispatch('setReportState', { id: this.report.id, state })
}
}