remove console.log from sdg component

This commit is contained in:
Alex Martzios 2022-11-03 16:04:51 +02:00
parent 510d48d9bf
commit 1f30f9d88a
1 changed files with 0 additions and 1 deletions

View File

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