[Library|Trunk]

result landing: remove console.debug --> error in server mode



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60317 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2021-01-29 11:57:12 +00:00
parent 5479040318
commit 225e203b74
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ export class ResultLandingComponent {
this.initMetaAndLinks("result");
} else if (data["pid"]) {
this.identifier = Identifier.getIdentifierFromString(data["pid"]);
console.debug(this.identifier);
if(!this.type) {
this.type = "result";