Commit f5e403365cc7086f99bb05e0cd8daede50d53a2c

Authored by Marcelo Puebla
1 parent ef028abf9d
Exists in master and in 1 other branch develop

Borrado console.log

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -13,7 +13,6 @@ angular.module('focaModalFormaPago')
13 13  
14 14 function init() {
15 15 $scope.botones = focaModalFormaPagoService.getBotonera();
16   - console.log($scope.botones);
17 16 }
18 17  
19 18 $scope.seleccionarContado = function () {