remove console.log from sdg component
This commit is contained in:
parent
510d48d9bf
commit
1f30f9d88a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue