From c8afd4ad176bbacfd025d590917fbfa52723a342 Mon Sep 17 00:00:00 2001 From: Mauricio Cattafi Date: Thu, 17 Oct 2019 17:59:24 -0300 Subject: [PATCH] =?UTF-8?q?se=20quita=20c=C3=B3digo=20de=20prueba?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/inicio/inicio.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/inicio/inicio.component.ts b/src/app/components/inicio/inicio.component.ts index f61f22d..fcbd0fd 100644 --- a/src/app/components/inicio/inicio.component.ts +++ b/src/app/components/inicio/inicio.component.ts @@ -43,7 +43,6 @@ export class InicioComponent implements OnInit, AfterViewInit { ngOnInit() { - localStorage.removeItem('pve') this.productoAcargar = this.productoService.productoAcargar; this.getProductos(); this.mostrarPantalla = localStorage.getItem('impresoraPVE') ? true : false; -- 1.9.1