0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(console): pring debug info only when event is triggered

This commit is contained in:
Gao Sun 2023-05-30 13:12:54 +08:00
parent 5125da67f2
commit 1c80a95aee
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -61,7 +61,6 @@ function App() {
gtag('event', 'conversion', { gtag('event', 'conversion', {
send_to: gtagSignUpConversionId, send_to: gtagSignUpConversionId,
}); });
} else {
console.debug('Google Tag event fires'); console.debug('Google Tag event fires');
} }
}, []); }, []);