remove console log
This commit is contained in:
parent
7b0197a811
commit
40572e2908
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue