Skip to content

Commit

Permalink
#3104 getting rid of a random console log
Browse files Browse the repository at this point in the history
  • Loading branch information
superhvarn committed Jan 4, 2025
1 parent a747f56 commit 5d3224e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ const AdminToolsOnboardingConfig: React.FC = () => {
{Object.entries(sortedGroupNames).map(([checklistName, checklists]) => {
const teamType = teamTypes.find((team) => team.name === checklistName);

console.log(teamType);

return (
<Grid item xs={12} key={checklistName}>
<AdminChecklist parentChecklists={checklists} checklistName={checklistName} teamType={teamType} />
Expand Down

0 comments on commit 5d3224e

Please sign in to comment.