mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-05-07 00:57:00 +02:00
remove unneccessary log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user