Delete console log

This commit is contained in:
Konstantinos Triantafyllou 2023-05-02 14:24:08 +03:00
parent 49e2edfe84
commit 52efae94e7
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ export class PiwikService {
trackView(properties: EnvProperties, title): any {
let piwikId = this.configurationService.piwik;
console.log(piwikId);
if (typeof location !== 'undefined' && piwikId) {
return this.doTrackView(properties, title, piwikId, location.href);
}