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);