diff options
| author | Henry Jameson <me@hjkos.com> | 2023-12-14 00:14:06 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-12-14 00:14:06 +0200 |
| commit | ff10834f1a152041f43e7d611730bc7184c5097a (patch) | |
| tree | 73682ace6e2a606a9b780d869479959b68e5e13e /src/components/report | |
| parent | 5ad8f2cd5c62bb5ad5ca590fa60181e0747c6aac (diff) | |
cleanup stray console logs
Diffstat (limited to 'src/components/report')
| -rw-r--r-- | src/components/report/report.js | 1 |
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: { |
