diff --git a/src/components/Landing/utility.js b/src/components/Landing/utility.js index 2d77adbda..40f7eec2b 100644 --- a/src/components/Landing/utility.js +++ b/src/components/Landing/utility.js @@ -247,8 +247,6 @@ export function getProcessedSummaryData(summary, summaryMap) { }); }); - console.log("flags ", sectionFlags); - return { sectionFlags, flaggedCount }; } diff --git a/src/helpers/utility.js b/src/helpers/utility.js index 8f46a13fc..4cfd5a8ad 100644 --- a/src/helpers/utility.js +++ b/src/helpers/utility.js @@ -706,4 +706,4 @@ export function dedupArrObjects(arr, key) { } return acc; }, []); -} \ No newline at end of file +}