[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:
parent
5479040318
commit
225e203b74
|
@ -156,7 +156,6 @@ export class ResultLandingComponent {
|
||||||
this.initMetaAndLinks("result");
|
this.initMetaAndLinks("result");
|
||||||
} else if (data["pid"]) {
|
} else if (data["pid"]) {
|
||||||
this.identifier = Identifier.getIdentifierFromString(data["pid"]);
|
this.identifier = Identifier.getIdentifierFromString(data["pid"]);
|
||||||
console.debug(this.identifier);
|
|
||||||
|
|
||||||
if(!this.type) {
|
if(!this.type) {
|
||||||
this.type = "result";
|
this.type = "result";
|
||||||
|
|
Loading…
Reference in New Issue