diff --git a/src/core/util/perf.js b/src/core/util/perf.js index 4a537b2d..c0c8a277 100644 --- a/src/core/util/perf.js +++ b/src/core/util/perf.js @@ -18,7 +18,7 @@ if (process.env.NODE_ENV !== 'production') { perf.measure(name, startTag, endTag) perf.clearMarks(startTag) perf.clearMarks(endTag) - perf.clearMeasures(name) + // perf.clearMeasures(name) } } }