Removing log statements.

This commit is contained in:
Brendon Duncan 2018-07-19 12:58:17 +12:00
commit 9e7566b171

View file

@ -293,7 +293,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
$scope.availableFunds = availableFundsInCrypto; $scope.availableFunds = availableFundsInCrypto;
} }
console.log('availableFunds: ' + $scope.availableFunds);
updateUnitUI(); updateUnitUI();
}; };
@ -697,7 +696,5 @@ angular.module('copayApp.controllers').controller('amountController', function($
availableFundsInCrypto = ''; availableFundsInCrypto = '';
availableSatoshis = null; availableSatoshis = null;
} }
} }
}); });