chore: remove debugger
This commit is contained in:
parent
21bcdec943
commit
4b03b922e2
@ -7,7 +7,6 @@ export function startMeasure(
|
||||
instance: ComponentInternalInstance,
|
||||
type: string
|
||||
) {
|
||||
if (!instance.appContext) debugger
|
||||
if (instance.appContext.config.performance && isSupported()) {
|
||||
perf.mark(`vue-${type}-${instance.uid}`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user