Remove logging

This commit is contained in:
Mike Jolley 2017-10-27 13:30:55 +01:00
parent 538bbac3ec
commit 4e4ca2145f
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ jQuery( function( $ ) {
var field = thisform.find( value ),
fieldLocale = $.extend( true, {}, locale['default'][ key ], thislocale[ key ] );
window.console.log( fieldLocale );
// Labels.
if ( typeof fieldLocale.label !== 'undefined' ) {
field.find( 'label' ).html( fieldLocale.label );