removed a console.log()
This commit is contained in:
parent
07e2180011
commit
25787b0330
|
@ -269,8 +269,6 @@ jQuery( function ( $ ) {
|
|||
new_value = current_value - mod_value;
|
||||
}
|
||||
|
||||
console.log( new_value );
|
||||
|
||||
$( this ).val( accounting.formatNumber(
|
||||
new_value,
|
||||
woocommerce_admin_meta_boxes.currency_format_num_decimals,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue