From 03f32728c63e9d5999ad3da9123c19e6345da165 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 17 Jul 2011 16:22:13 -0400 Subject: [PATCH] removed a console.log --- js/jquery.mobile.init.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/jquery.mobile.init.js b/js/jquery.mobile.init.js index 3e1e96fc..b987993f 100644 --- a/js/jquery.mobile.init.js +++ b/js/jquery.mobile.init.js @@ -77,7 +77,6 @@ //if no pages are found, create one with body's inner html if( !$pages.length ){ $pages = $( "body" ).wrapInner( "
" ).children( 0 ); - console.log("page wasn't needed") } //add dialogs, set data-url attrs