removed console.log
This commit is contained in:
parent
1c917ed62b
commit
8168f29e12
|
|
@ -2224,7 +2224,6 @@ tarteaucitron.services.matomo = {
|
||||||
"cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
|
"cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
console.log("matomo");
|
|
||||||
if (tarteaucitron.user.matomoId === undefined) {
|
if (tarteaucitron.user.matomoId === undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue