From 8d9fa8ff04efc07020d9998a4f0764bb200766b3 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 30 Mar 2015 13:26:56 -0400 Subject: [PATCH] remove timing code --- tests/mithril-tests.js | 2 -- 1 file changed, 2 deletions(-) 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)})