Commit 6e5546fc00f251b31fc4b24840ddb7183c8cafa0

Authored by Eric Fernandez
1 parent 76bcf36f2f
Exists in master

quito console info

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -46,7 +46,6 @@ angular.module('focaBusquedaCliente')
46 46 };
47 47  
48 48 $scope.selectPage = function (page) {
49   - console.info(page);
50 49 var start = (page - 1) * $scope.numPerPage;
51 50 var end = start + $scope.numPerPage;
52 51 $scope.paginas = [];