remove console log

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-15 11:14:22 -03:00
commit 40572e2908

View file

@ -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();
};