Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Dec 14, 2022
1 parent e8f204c commit 5f7c5f3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ export class SinglePersonComponent implements OnInit {

const personRes = result.persons[0];
this.person = personRes;
console.log('res', this.person.orcidLink);
this.person.orcidLink = 'https://orcid.org/' + this.person.orcid;
console.log('res2', this.person.orcidLink);
if (personRes) {
this.setTitle(
`${personRes.name} - ${$localize`:@@appName:Tiedejatutkimus.fi`}`
Expand Down

0 comments on commit 5f7c5f3

Please sign in to comment.