Skip to content

Commit

Permalink
Remove debugging statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
metroid-samus committed Jan 23, 2025
1 parent b2d20b3 commit 5f62269
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ export default {
}
},
series() {
console.log('series')
console.log(this.modelValue)
let series = { name: "cost", data: [] }
forEach(this.modelValue, function (value) {
series.data.push(sumBy(value, "total_cost"))
Expand Down

0 comments on commit 5f62269

Please sign in to comment.