diff --git a/app/javascript/dashboard/store/modules/reports.js b/app/javascript/dashboard/store/modules/reports.js index 946fa7ba1..a31b9b283 100644 --- a/app/javascript/dashboard/store/modules/reports.js +++ b/app/javascript/dashboard/store/modules/reports.js @@ -85,7 +85,6 @@ export const actions = { value: true, }); Report.getReports(reportObj).then(accountReport => { - console.log(reportObj, accountReport); let { data } = accountReport; data = clampDataBetweenTimeline(data, reportObj.from, reportObj.to); commit(types.default.SET_ACCOUNT_REPORTS, {