Skip to content

Commit 03f3272

Browse files
author
scottjehl
committed
removed a console.log
1 parent 44dfea1 commit 03f3272

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/jquery.mobile.init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
//if no pages are found, create one with body's inner html
7878
if( !$pages.length ){
7979
$pages = $( "body" ).wrapInner( "<div data-" + $.mobile.ns + "role='page'></div>" ).children( 0 );
80-
console.log("page wasn't needed")
8180
}
8281

8382
//add dialogs, set data-url attrs

0 commit comments

Comments
 (0)