Commit a25a8d8bdc4ae5d6cdb7bb315d45e35a6064e243
1 parent
509378d5a7
Exists in
master
and in
1 other branch
fuera console.log
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -23,7 +23,6 @@ angular.module('focaModalListaPrecio') |
23 | 23 | $scope.searchLoading = true; |
24 | 24 | focaModalListaPrecioService.getListasPrecio($scope.filters).then( |
25 | 25 | function(res) { |
26 | - console.log(res); | |
27 | 26 | $scope.searchLoading = false; |
28 | 27 | $scope.primerBusqueda = true; |
29 | 28 | $scope.listasPrecio = res.data; |