Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kalafarski authored and Christopher Kalafarski committed Jan 13, 2015
1 parent e7a1091 commit c59f9a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/donations/donations.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ angular.module('prx.donations', ['prx.bus', 'angulartics',])
elem.on('click', function(event) {
event.preventDefault();

console.log('click');
Bus.emit('donate.outbound', account, url);
$timeout(function() { $window.location.href = url; }, 200);
});
Expand Down

0 comments on commit c59f9a2

Please sign in to comment.