remove timing code
This commit is contained in:
parent
648f4734b5
commit
8d9fa8ff04
1 changed files with 0 additions and 2 deletions
|
|
@ -2808,8 +2808,6 @@ function testMithril(mock) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//mock
|
//mock
|
||||||
var start = performance.now()
|
|
||||||
testMithril(mock.window);
|
testMithril(mock.window);
|
||||||
console.log("test finished running in:", performance.now() - start, "ms")
|
|
||||||
|
|
||||||
test.print(function(value) {console.log(value)})
|
test.print(function(value) {console.log(value)})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue