We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c354d commit 9ae80acCopy full SHA for 9ae80ac
src/core/util/perf.js
@@ -18,7 +18,7 @@ if (process.env.NODE_ENV !== 'production') {
18
perf.measure(name, startTag, endTag)
19
perf.clearMarks(startTag)
20
perf.clearMarks(endTag)
21
- perf.clearMeasures(name)
+ // perf.clearMeasures(name)
22
}
23
24
0 commit comments