cleanup stray console logs
This commit is contained in:
parent
5ad8f2cd5c
commit
ff10834f1a
8 changed files with 5 additions and 12 deletions
|
|
@ -16,7 +16,6 @@ const Report = {
|
|||
},
|
||||
computed: {
|
||||
report () {
|
||||
console.log(this.$store.state.reports.reports[this.reportId] || {})
|
||||
return this.$store.state.reports.reports[this.reportId] || {}
|
||||
},
|
||||
state: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue