Commit 859a50a1fdeefc208ee1eab243f15a87b2b6cc25

Authored by Benjamin Rodriguez
1 parent 135163358a
Exists in develop

arreglos

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
src/js/controllerMail.js
... ... @@ -58,7 +58,6 @@ angular.module('focaModal')
58 58 $scope.esperando = true;
59 59 rutaEnvioComprobante.mailCliente = $scope.mailCliente;
60 60 Object.assign(options.options, { receiver: $scope.mailCliente });
61   - console.log('ruta',rutaEnvioComprobante)
62 61  
63 62 focaModalService
64 63 .enviarCorreo(rutaEnvioComprobante.url, options.options)
... ... @@ -77,8 +76,6 @@ angular.module('focaModal')
77 76 emails.forEach(function (email) {
78 77 if (!regexMail.test(email.trim())) result = false;
79 78 });
80   - console.log('email:',emails)
81   - console.log('result:',result)
82 79 return result;
83 80 }
84 81 }