Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Aug 14, 2018
1 parent 592e673 commit a842d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/admin/index/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
url: <?php echo js_escape(url(array('action' => 'element-terms', 'format' => 'html'))); ?>,
data: {element_id: elementId},
success: function(data) {
console.log(data);
jQuery('#terms').val(data);
submitButton.prop('disabled', false);
textarea.prop('disabled', false);
Expand Down

0 comments on commit a842d2d

Please sign in to comment.