chore: remove debugger

This commit is contained in:
Evan You 2020-04-03 09:21:21 -04:00
parent 21bcdec943
commit 4b03b922e2

View File

@ -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}`)
}