Skip to content

Commit

Permalink
remove this logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gehelem committed Dec 3, 2022
1 parent 8fa8928 commit 81485d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/prop/edit/edit.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ export class EditComponent implements OnInit {
ngOnInit(): void {
this.tempselts={};
Object.entries(this.data.prop.elts).forEach(([key, value], index) => {
console.log('init elt',key,value);
//console.log('init elt',key,value);
this.tempselts[key]=value.value;
});
console.log('init result = ',this.tempselts);
//console.log('init result = ',this.tempselts);

}

Expand All @@ -43,7 +43,7 @@ export class EditComponent implements OnInit {
this.dialogRef.close();
}
onCancel() {
console.log("cancel");
//console.log("cancel");
//this.closeModalEvent.emit(false);
this.dialogRef.close();
}
Expand Down

0 comments on commit 81485d5

Please sign in to comment.