Commit cd56de95b0a3bbe113272e7954979548af43f65b
1 parent
558186a93f
Exists in
master
and in
1 other branch
Borrado de console.log
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controllerEstadoCuenta.js
| ... | ... | @@ -16,7 +16,6 @@ angular.module('focaCrearFactura') |
| 16 | 16 | function init() { |
| 17 | 17 | crearFacturaService.getResumenCuenta(parametros.idCliente) |
| 18 | 18 | .then(function (res) { |
| 19 | - console.log(res); | |
| 20 | 19 | $scope.estadoCuenta = res.data; |
| 21 | 20 | }) |
| 22 | 21 | .catch(function (e) { console.error(e); }); |