diff --git a/src/js/controllers/buyCoinbase.js b/src/js/controllers/buyCoinbase.js index 8425d1960..b48af5961 100644 --- a/src/js/controllers/buyCoinbase.js +++ b/src/js/controllers/buyCoinbase.js @@ -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() {