aboutsummaryrefslogtreecommitdiff
path: root/src/components/report
diff options
context:
space:
mode:
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 5685aa25..f8675c0f 100644
--- a/src/components/report/report.js
+++ b/src/components/report/report.js
@@ -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: {