remove logs

This commit is contained in:
Shpuld Shpuldson 2021-02-01 14:43:01 +02:00
commit 3e6309ef94
3 changed files with 0 additions and 5 deletions

View file

@ -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 })
}
}