We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887c5ca commit e745fcbCopy full SHA for e745fcb
apps/webapp/app/components/runs/v3/RunIcon.tsx
@@ -28,8 +28,6 @@ type SpanNameIcons = {
28
const spanNameIcons: SpanNameIcons[] = [{ matcher: /^prisma:/, iconName: "brand-prisma" }];
29
30
export function RunIcon({ name, className, spanName }: TaskIconProps) {
31
- console.log("spanName", spanName, name);
32
-
33
const spanNameIcon = spanNameIcons.find(({ matcher }) => matcher.test(spanName));
34
35
if (spanNameIcon) {
0 commit comments