From 4fca8e6d21787339c5e0a8f53696599e23420043 Mon Sep 17 00:00:00 2001 From: John Bender Date: Thu, 17 Mar 2011 00:15:29 -0700 Subject: [PATCH] removed console --- tests/unit/init/init_core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/init/init_core.js b/tests/unit/init/init_core.js index 79dd3e80..b5e1af3b 100644 --- a/tests/unit/init/init_core.js +++ b/tests/unit/init/init_core.js @@ -167,7 +167,6 @@ $.mobile.pageLoading(true); setTimeout(function(){ - console.log($(".ui-loading").length); same($(".ui-loading").length, 0, "page should not be in the loading state"); start(); }, 500);