Skip to content

Commit

Permalink
chore: remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 3, 2020
1 parent 21bcdec commit 4b03b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-core/src/profiling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
}
Expand Down

0 comments on commit 4b03b92

Please sign in to comment.