Commit 810b738a6acd806b629c24545b506bb7a24dc39c
1 parent
5b2034ac42
Exists in
master
and in
2 other branches
Borre console.log
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -181,7 +181,6 @@ angular.module('focaAbmChofer') |
| 181 | 181 | |
| 182 | 182 | key = (typeof key === 'undefined') ? 13 : key; |
| 183 | 183 | if (key === 13) { |
| 184 | - console.log('Datos: ', $scope.chofer); | |
| 185 | 184 | if (!$scope.chofer.nombre) { |
| 186 | 185 | focaModalService.alert('Ingrese nombre'); |
| 187 | 186 | return; |