Commit b602102ac591d27d64cb2314a60325f060dd7624
1 parent
00c385a69a
Exists in
develop
console log
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -967,7 +967,6 @@ angular.module('focaCrearRemito').controller('remitoController', |
967 | 967 | return; |
968 | 968 | } else if (!Number.isInteger($scope.articuloACargar.cantidad)) { |
969 | 969 | focaModalService.alert('Debes introducir un número entero'); |
970 | - console.log(tmpCantidad); | |
971 | 970 | return; |
972 | 971 | } |
973 | 972 | delete $scope.articuloACargar.sectorCodigo; |
... | ... | @@ -1008,7 +1007,6 @@ angular.module('focaCrearRemito').controller('remitoController', |
1008 | 1007 | return; |
1009 | 1008 | } else if (!Number.isInteger(tmpCantidad)) { |
1010 | 1009 | focaModalService.alert('Debes introducir un número entero'); |
1011 | - console.log(tmpCantidad); | |
1012 | 1010 | return; |
1013 | 1011 | } else { |
1014 | 1012 | articulo.cantidad = tmpCantidad; |