Commit 457fa3d0c937a8fb7fbda819ab3c55083f7ff3cc

Authored by Pablo Marco del Pont
1 parent 8ce4d56442
Exists in master and in 1 other branch develop

Removí console.logs

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -74,8 +74,6 @@ angular.module('focaAbmPreciosCondiciones')
74 74 resolve: {plazoPago: function(){return plazoPago;}}
75 75 })
76 76 .result.then(function(plazoPago){
77   - console.log(plazoPago);
78   - console.log($scope.precioCondicion);
79 77 focaAbmPreciosCondicionesService.borrarPlazoPago(plazoPago.id);
80 78 $scope.precioCondicion.plazos.splice(
81 79 $scope.precioCondicion.plazos.indexOf(plazoPago), 1