diff --git a/js/controllers/paymentIntent.js b/js/controllers/paymentIntent.js index 47d418146..42f1f30fe 100644 --- a/js/controllers/paymentIntent.js +++ b/js/controllers/paymentIntent.js @@ -29,10 +29,6 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun } } }); - - // modalInstance.result.then(function(selectedItem) {}, function() { - // $rootScope.pendingPayment = null; - // }); };