diff --git a/src/app/profile/profile.component.ts b/src/app/profile/profile.component.ts index 4c1c5e75819218ab9410442610c7acda87839bf9..0b3b1d36c276ff97445d274268e12faa1ce09d7a 100644 --- a/src/app/profile/profile.component.ts +++ b/src/app/profile/profile.component.ts @@ -25,7 +25,6 @@ export class ProfileComponent implements OnInit { ngOnInit(): void { this.profileService.getProfile().then((profile) => { this.userProfile = profile; - console.log(this.userProfile.profileImage) this.structures = []; profile.structuresLink.forEach((structureId) => { this.structureService.getStructureWithOwners(structureId, profile).subscribe((s) => {