mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 15:04:19 +00:00
remove testing code
This commit is contained in:
Vendored
-8
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user