Skip to content

Commit 0845afa

Browse files
committed
delete if
1 parent 5e12b98 commit 0845afa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/src/performance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function recordInitSpan(componentName: string): Span | undefined {
5151
});
5252

5353
onMount(() => {
54-
if (!initSpan) return;
5554
initSpan.end();
5655
});
5756

0 commit comments

Comments
 (0)