diff --git a/tests/mithril-tests.js b/tests/mithril-tests.js index 76e0b9c4..837c3087 100644 --- a/tests/mithril-tests.js +++ b/tests/mithril-tests.js @@ -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)})