Skip to content

Commit 4b03b92

Browse files
committed
chore: remove debugger
1 parent 21bcdec commit 4b03b92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/profiling.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export function startMeasure(
77
instance: ComponentInternalInstance,
88
type: string
99
) {
10-
if (!instance.appContext) debugger
1110
if (instance.appContext.config.performance && isSupported()) {
1211
perf.mark(`vue-${type}-${instance.uid}`)
1312
}

0 commit comments

Comments
 (0)