Commit aa8610b44b25af29abf4e96095ac1ae8aafc1c93

Authored by Nicolás Guarnieri
1 parent 759c6823dc
Exists in master

remove console

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controllerItem.js
... ... @@ -53,7 +53,6 @@ angular.module('focaAbmVendedorCobrador')
53 53 .getVendedorCobradorById($routeParams.id)
54 54 .then(function(res) {
55 55 if (res.data) {
56   - console.info(res.data);
57 56 $scope.edicion = true;
58 57 $scope.vendedorCobrador = res.data;
59 58 }