Skip to content
Snippets Groups Projects
Commit bf474b7e authored by Antonin COQUET's avatar Antonin COQUET
Browse files

fix: remove consolelog

parent 7ac35111
No related branches found
No related tags found
3 merge requests!103Recette,!102Dev,!97fix: remove profil picture from profil page
...@@ -25,7 +25,6 @@ export class ProfileComponent implements OnInit { ...@@ -25,7 +25,6 @@ export class ProfileComponent implements OnInit {
ngOnInit(): void { ngOnInit(): void {
this.profileService.getProfile().then((profile) => { this.profileService.getProfile().then((profile) => {
this.userProfile = profile; this.userProfile = profile;
console.log(this.userProfile.profileImage)
this.structures = []; this.structures = [];
profile.structuresLink.forEach((structureId) => { profile.structuresLink.forEach((structureId) => {
this.structureService.getStructureWithOwners(structureId, profile).subscribe((s) => { this.structureService.getStructureWithOwners(structureId, profile).subscribe((s) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment