Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerring committed Jan 14, 2014
1 parent b5c5c5e commit a244f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/hive_support.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var send = function() {
if (userAmountSatoshi > 0){
bitcoin.sendMoney(donationAddress, userAmountSatoshi, runAnimations);
}
runAnimations(true, null)
}

var runAnimations = function(success, transaction_id) {
Expand Down

0 comments on commit a244f93

Please sign in to comment.