diff --git a/js/controllers/paymentIntent.js b/js/controllers/paymentIntent.js index 870c83e9a..93a40f5ce 100644 --- a/js/controllers/paymentIntent.js +++ b/js/controllers/paymentIntent.js @@ -43,7 +43,6 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun $scope.wallets = items; $scope.ok = function(selectedItem) { controllerUtils.setPaymentWallet(selectedItem); -console.log('[paymentIntent.js:45]',selectedItem); //TODO $modalInstance.close(); };