Commit 31c67c04ddba4992be16903862a819ff06791ccd

Authored by Benjamin Rodriguez
1 parent 4a44bdb256
Exists in master

borro console.log

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controllerEstadoCuenta.js
... ... @@ -24,7 +24,6 @@ angular.module('focaCrearFactura')
24 24 } else {
25 25 $scope.estadoCuenta.situacion = false;
26 26 }
27   - console.log($scope.estadoCuenta.situacion)
28 27 })
29 28 .catch(function (e) { console.error(e); });
30 29 }