remove unneccessary log

This commit is contained in:
rubikscraft 2022-09-09 15:46:10 +02:00
parent b3d7cc1546
commit 74eb9a2503
No known key found for this signature in database
GPG key ID: 3570A2BB18A63D9F

View file

@ -47,9 +47,7 @@ export class EditDialogComponent implements OnInit {
this.image = data.image;
}
async ngOnInit() {
console.log(this.image);
}
async ngOnInit() {}
close() {
this.dialogRef.close(null);