Explorar el Código

rm console.log

master
Daniel hace 1 año
padre
commit
bbea353ef0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      matsen-tool/src/app/_views/products/product-list/product-list.component.ts

+ 0
- 2
matsen-tool/src/app/_views/products/product-list/product-list.component.ts Ver fichero

@@ -200,7 +200,6 @@ export class ProductListComponent implements OnInit, AfterViewInit {
}

getProductFromElement(element: any): ProductJsonld {
console.log(element['product']);
if (this.user !== undefined) {
return element['product'];
} else if (this.partner !== undefined) {
@@ -281,7 +280,6 @@ export class ProductListComponent implements OnInit, AfterViewInit {
});
const userConfirmed = confirm(confirmMessage);
if (userConfirmed) {
console.log(element);
if (this.partner) {
this.partnerProductService.partnerProductsIdDelete(this.appHelperService.extractId(element.id)).subscribe(
data => {


Cargando…
Cancelar
Guardar