remove console log

This commit is contained in:
Andrew Croce 2018-09-20 09:57:19 -04:00
parent ee455e7f90
commit 1a01aae0a5

View File

@ -47,8 +47,6 @@ export default {
let lastSpendPoint = ''
for (let i = 0; i < this.numMonths; i++) {
console.log(this.displayedMonths[i])
const { metrics, budget, rollingAverage, cumulativeTotal } = this.displayedMonths[i]
const blockWidth = (this.width / this.numMonths)
const blockX = blockWidth * i