Commit 21cd425af715a79989444ae95fc253f60a708a5b
1 parent
51a6c068d5
Exists in
develop
modal promociones
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.ts
... | ... | @@ -125,7 +125,6 @@ export class SeleccionArticulosComponent implements OnInit { |
125 | 125 | } |
126 | 126 | |
127 | 127 | elegirArticulo(articulo: IArticulo) { |
128 | - console.log(this.articuloService.carrito) | |
129 | 128 | this.articuloService.getById(articulo.id) |
130 | 129 | .subscribe((res: IArticulo) => { |
131 | 130 | res.cantidad = 1; |