removed console.log statement

This commit is contained in:
ehynds 2010-12-08 09:43:24 -05:00
parent 43a6a3bb1b
commit 1d2ef4f606

View file

@ -169,8 +169,6 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
// short circuit unless the target is the link
if( !$(event.target).is("a") ){ return; }
console.log("clicked on", this );
// index of option tag to be selected
var newIndex = list.find( "li:not(.ui-li-divider)" ).index( this ),
option = options.eq( newIndex )[0];