Skip to content

Commit

Permalink
Removed console.logs and unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Dec 30, 2024
1 parent 84f8ec3 commit f9f37d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/pages/Risk/VulnerabilityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ const VulnerabilityCard = (props: {
</Tooltip>
);
});
const vulnSeverity = data.map((vuln) => vuln.severity);
console.log('vuln Severity:', vulnSeverity);

return (
<Paper elevation={0} className={cardRoot}>
Expand Down

0 comments on commit f9f37d4

Please sign in to comment.