Deleting commented lines

This commit is contained in:
Matias Pando 2014-11-06 10:32:47 -03:00
parent 0c9b36032b
commit d13600a4f5
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ angular.module('copayApp.controllers').controller('PaymentIntentController', fun
}
}
});
// modalInstance.result.then(function(selectedItem) {}, function() {
// $rootScope.pendingPayment = null;
// });
};