removed console

This commit is contained in:
John Bender 2011-03-17 00:15:29 -07:00
parent 2202b0d76c
commit 4fca8e6d21

View file

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