Skip to content

Commit 01173f9

Browse files
committed
removes console logs
1 parent c80edda commit 01173f9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/Quickfix.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ const Quickfix: FunctionComponent<{ vuln: DetailedDependencyVulnDTO }> = ({
9797
vuln,
9898
}) => {
9999
const fixedVersionPurl = getFixedVersionPurl(vuln);
100-
console.log(vuln);
101100
const ecosystemUpdate = renderQuickFixText(fixedVersionPurl);
102101

103102
if (!vuln.vulnerabilityPath || vuln.vulnerabilityPath.length === 0) {

src/components/risk-assessment/RiskAssessmentFeed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ export default function RiskAssessmentFeed({
387387
directDependencyFixedVersion?: string | null;
388388
}) {
389389
const groupedEvents = groupContiguousEventsByType(events);
390-
console.log(groupedEvents);
391390

392391
const org = useActiveOrg();
393392
const project = useActiveProject();

0 commit comments

Comments
 (0)