Commit c8341653fdaf129db8b4cd8da3dca6feb04e6aab

Authored by Nicolás Guarnieri
1 parent 9c15264e7f
Exists in master

eliminar console

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -62,7 +62,6 @@ angular.module('focaBusquedaProductos')
62 62 }
63 63  
64 64 $scope.itemProducto = function(key) {
65   - console.info(key);
66 65 if (key == 38) {
67 66 anterior(key);
68 67 }