Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Walker committed Nov 3, 2016
1 parent b68136e commit 27f0969
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/admin-ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jQuery(document).ready(function ($) {
spinner.addClass('is-active');
},
success: function (res) {

if (true == res.success) {
console.log(res);
//Replace select options.
if (field_type == 'select') {
$('.give-aweber-list-select').empty().append(res.data.lists);
Expand Down

0 comments on commit 27f0969

Please sign in to comment.