Skip to content

Commit 30713ad

Browse files
committed
Menu: Remove left over debugging statement.
1 parent 48ad099 commit 30713ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.menu.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ $.widget( "ui.menu", {
5858
event.stopImmediatePropagation();
5959
//Don't select disabled menu items
6060
if ( !$( event.target ).closest( ".ui-menu-item" ).is( ".ui-state-disabled" ) ) {
61-
console.log(event.target);
6261
this.select( event );
6362
// Redirect focus to the menu with a delay for firefox
6463
this._delay( function() {

0 commit comments

Comments
 (0)