JSHint for [33528]: remove logging
See #32688. git-svn-id: https://develop.svn.wordpress.org/trunk@33562 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9d8768f442
commit
e30bd2f439
@ -65,7 +65,6 @@ jQuery( window ).load( function (){
|
||||
controls = section.controls();
|
||||
ok( controls[0].extended( api.Menus.MenuNameControl ), 'first control in menu section is MenuNameControl' );
|
||||
ok( controls[1].extended( api.Menus.MenuItemControl ), 'second control in menu section is MenuItemControl' );
|
||||
console.info( 'noep', controls[ controls.length - 1].id )
|
||||
ok( controls[ controls.length - 1 ].extended( api.Menus.MenuAutoAddControl ), 'last control in menu section is a MenuAutoAddControl' );
|
||||
} );
|
||||
// @todo Add more tests for api.Menus.MenuSection behaviors
|
||||
|
Loading…
Reference in New Issue
Block a user