소스 검색

rm console.log

master
Daniel 1 년 전
부모
커밋
bbea353ef0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

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


불러오는 중...
취소
저장