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);