Skip to content

Commit b548561

Browse files
committed
Remvoe the sometimes incorrect import file name
1 parent aecee4d commit b548561

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/webapp/app/utils/timelineSpanEvents.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ function getFriendlyNameForEvent(event: string, properties?: Record<string, any>
142142
return "Attempt created";
143143
}
144144
case "import": {
145-
if (properties && typeof properties.file === "string") {
146-
return `Importing ${properties.file}`;
147-
}
148145
return "Importing task file";
149146
}
150147
case "lazy_payload": {

0 commit comments

Comments
 (0)