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