From 1a01aae0a51dd284adcb7cf6a79543fbfe80a845 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Thu, 20 Sep 2018 09:57:19 -0400 Subject: [PATCH] remove console log --- js/components/charts/budget_chart.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/components/charts/budget_chart.js b/js/components/charts/budget_chart.js index 1c84af0c..d4ea7a96 100644 --- a/js/components/charts/budget_chart.js +++ b/js/components/charts/budget_chart.js @@ -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