Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Prune a console.log while we're paying attention
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Feb 3, 2017
1 parent 6a4b1a1 commit 3627fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/gratipay/emails.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Gratipay.emails.post = function(e) {
var $this = $(this);
var action = this.className;
var $inputs = $('.emails button, .emails input');
console.log($this);
var address = $this.parent().data('email') || $('input.add-email').val();

$inputs.prop('disabled', true);
Expand Down

0 comments on commit 3627fad

Please sign in to comment.