Commit c8afd4ad176bbacfd025d590917fbfa52723a342
1 parent
041b572f22
Exists in
master
and in
1 other branch
se quita código de prueba
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/components/inicio/inicio.component.ts
| ... | ... | @@ -43,7 +43,6 @@ export class InicioComponent implements OnInit, AfterViewInit { |
| 43 | 43 | |
| 44 | 44 | ngOnInit() { |
| 45 | 45 | |
| 46 | - localStorage.removeItem('pve') | |
| 47 | 46 | this.productoAcargar = this.productoService.productoAcargar; |
| 48 | 47 | this.getProductos(); |
| 49 | 48 | this.mostrarPantalla = localStorage.getItem('impresoraPVE') ? true : false; |