Removes all Coinbase dependencies from amount view

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-12 10:01:11 -03:00
parent c3131838ef
commit 9b793c7668
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ angular.module('copayApp.controllers').controller('buyCoinbaseController', funct
$scope.$on("$ionicView.beforeEnter", function(event, data) {
amount = data.stateParams.amount;
currency = data.stateParams.currency;
console.log('[buyCoinbase.js:17]',amount, currency); //TODO
if (amount < 1) {
popupService.showAlert('Error', 'Amount must be at least 1.00 ' + currency, function() {