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:
parent
5125da67f2
commit
1c80a95aee
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ function App() {
|
|||
gtag('event', 'conversion', {
|
||||
send_to: gtagSignUpConversionId,
|
||||
});
|
||||
} else {
|
||||
console.debug('Google Tag event fires');
|
||||
}
|
||||
}, []);
|
||||
|
|
Loading…
Reference in a new issue