From d13600a4f5da2c2099d3e6fee45548f46ab285a9 Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Thu, 6 Nov 2014 10:32:47 -0300 Subject: [PATCH] Deleting commented lines --- js/controllers/paymentIntent.js | 4 ---- 1 file changed, 4 deletions(-) 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; - // }); };