diff --git a/src/app/components/inicio/inicio.component.ts b/src/app/components/inicio/inicio.component.ts index 5882c6d..9ba91cf 100644 --- a/src/app/components/inicio/inicio.component.ts +++ b/src/app/components/inicio/inicio.component.ts @@ -77,11 +77,6 @@ export class InicioComponent implements OnInit { }, error => { console.error(error); }) } - showPopover() { - - this.popoverDirective.show(); - } - getProductos() { this.productoService.getAll() .subscribe((productos: Producto[]) => {