Merge pull request #6884 from helgatheviking/master

stray console.log
This commit is contained in:
Claudio Sanches 2014-12-01 13:57:40 -02:00
commit 52cddae5e7
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jQuery( function( $ ) {
url: wc_checkout_params.ajax_url,
data: data,
success: function( data ) {
console.log( data );
// console.log( data );
if ( data && data.fragments ) {
$.each( data.fragments, function( key, value ) {