Skip to content

Commit

Permalink
Merge pull request #371 from addonify/dev_ashok
Browse files Browse the repository at this point in the history
Removed console.log from JS
  • Loading branch information
Asok17 authored May 26, 2023
2 parents 2dc5012 + db141ae commit 9265e03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@
p_tag.remove();
}
if (product_ids.length <= 0) {
console.log('here')
$('#addonify-wishlist-show-sidebar-btn').addClass('hidden');
$('#addonify-wishlist__clear-all').hide();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@
addonifyWishlistJSObject.ajax_url,
ajaxData,
function (response) {
// console.log(response);
if (response.success) {

// Triggering custom event when product is added to wishlist.
Expand Down

0 comments on commit 9265e03

Please sign in to comment.