Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Nov 12, 2024
1 parent 56cec42 commit 64264a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/Landing/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ export function getProcessedSummaryData(summary, summaryMap) {
});
});

console.log("flags ", sectionFlags);

return { sectionFlags, flaggedCount };
}

Expand Down
2 changes: 1 addition & 1 deletion src/helpers/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -706,4 +706,4 @@ export function dedupArrObjects(arr, key) {
}
return acc;
}, []);
}
}

0 comments on commit 64264a3

Please sign in to comment.