Skip to content

Commit e745fcb

Browse files
committed
Remove console.log
1 parent 887c5ca commit e745fcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/webapp/app/components/runs/v3/RunIcon.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ type SpanNameIcons = {
2828
const spanNameIcons: SpanNameIcons[] = [{ matcher: /^prisma:/, iconName: "brand-prisma" }];
2929

3030
export function RunIcon({ name, className, spanName }: TaskIconProps) {
31-
console.log("spanName", spanName, name);
32-
3331
const spanNameIcon = spanNameIcons.find(({ matcher }) => matcher.test(spanName));
3432

3533
if (spanNameIcon) {

0 commit comments

Comments
 (0)