remove timing code

This commit is contained in:
Leo Horie 2015-03-30 13:26:56 -04:00
parent 648f4734b5
commit 8d9fa8ff04

View file

@ -2808,8 +2808,6 @@ function testMithril(mock) {
}
//mock
var start = performance.now()
testMithril(mock.window);
console.log("test finished running in:", performance.now() - start, "ms")
test.print(function(value) {console.log(value)})