aboutsummaryrefslogtreecommitdiff
path: root/src/components/report/report.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-12-14 00:14:06 +0200
committerHenry Jameson <me@hjkos.com>2023-12-14 00:14:06 +0200
commitff10834f1a152041f43e7d611730bc7184c5097a (patch)
tree73682ace6e2a606a9b780d869479959b68e5e13e /src/components/report/report.js
parent5ad8f2cd5c62bb5ad5ca590fa60181e0747c6aac (diff)
cleanup stray console logs
Diffstat (limited to 'src/components/report/report.js')
-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: {