Procházet zdrojové kódy

rm console.log

master
Daniel před 1 rokem
rodič
revize
bbea353ef0
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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 => {


Načítá se…
Zrušit
Uložit