Skip to content

Commit f6aa0ab

Browse files
committed
remove console.log
1 parent b9611ae commit f6aa0ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/jasmine/performance_tests/all_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ tests.forEach(function(spec, index) {
280280
endTime = performance.now();
281281

282282
var delta = endTime - startTime;
283-
console.log(delta)
284283

285284
if(t === 0) {
286285
tests[index].raw = [];

0 commit comments

Comments
 (0)