diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index 02594677..b18f32d3 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -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";