From 1f30f9d88aac7499585cde51fcf656466edeb7a8 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Thu, 3 Nov 2022 16:04:51 +0200 Subject: [PATCH] remove console.log from sdg component --- sdg/sdg.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sdg/sdg.component.ts b/sdg/sdg.component.ts index f3bde8be..47cffd86 100644 --- a/sdg/sdg.component.ts +++ b/sdg/sdg.component.ts @@ -50,7 +50,6 @@ export class SdgComponent implements OnInit, OnDestroy { this.subscriptions.push(this._piwikService.trackView(this.properties, this.pageTitle, this.piwikSiteId).subscribe()); } this.url = this.properties.domain + this.properties.baseLink + this._router.url; - console.log(this.url); this.seoService.createLinkForCanonicalURL(this.url); this.updateUrl(this.url); this.updateTitle(this.pageTitle);