Skip to content

Commit

Permalink
Merge pull request woocommerce#6884 from helgatheviking/master
Browse files Browse the repository at this point in the history
stray console.log
  • Loading branch information
claudiosanches committed Dec 1, 2014
2 parents e1b81b3 + 62db978 commit 52cddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/frontend/checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 52cddae

Please sign in to comment.