From 225e203b74974cbd747711312c8d830dea059b6a Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Fri, 29 Jan 2021 11:57:12 +0000 Subject: [PATCH] [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 --- landingPages/result/resultLanding.component.ts | 1 - 1 file changed, 1 deletion(-) 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";