remove testing code

This commit is contained in:
edmondlang
2024-06-09 22:19:03 +08:00
parent a5d90d7049
commit 06a0fb5aec
-8
View File
@@ -119,14 +119,6 @@ const app = new Vue({
} else {
this.render();
}
// GA4 - push user_id
if (this.$store.getters.getUserId) {
console.log('gtag_push_id: ' + this.$store.getters.getUserId);
dataLayer.push({
'user_id': this.$store.getters.getUserId,
});
}
},
render() {
this.captchaId = window.grecaptcha.render('grecaptcha_container', {