Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
e-for-eshaan committed Sep 5, 2024
1 parent a72ff81 commit 00add06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-server/src/components/DoraScoreV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ const IndustryDropdown = () => {
depFn(anchorEl.set, null);
}, [anchorEl.set]);

console.log('Debugging', { selectedIndustry });
return (
<FlexBox>
<FlexBox alignCenter pointer onClick={handleOpenMenu}>
Expand Down

0 comments on commit 00add06

Please sign in to comment.