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:
Ella Iseulde Van Dorpe 2015-08-03 21:57:04 +00:00
parent 9d8768f442
commit e30bd2f439
1 changed files with 0 additions and 1 deletions

View File

@ -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