Browse Source

chore: remove debugger

Evan You 6 năm trước cách đây
mục cha
commit
4b03b922e2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/runtime-core/src/profiling.ts

+ 0 - 1
packages/runtime-core/src/profiling.ts

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