From 8aa0a347d62aa793391b71484ff57ed8b3c75b89 Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 13 Feb 2024 17:32:57 -0800 Subject: [PATCH] commit 2 --- app/javascript/dashboard/store/modules/reports.js | 1 - 1 file changed, 1 deletion(-) 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, {