mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 06:46:30 +08:00
refactor: remove console logs from Google Analytics component
This commit is contained in:
parent
a85b7dac33
commit
ab6e00a6c1
@ -21,8 +21,6 @@ export type IGAProps = {
|
|||||||
const GA: FC<IGAProps> = ({
|
const GA: FC<IGAProps> = ({
|
||||||
gaType,
|
gaType,
|
||||||
}) => {
|
}) => {
|
||||||
console.log('IS_CE_EDITION', IS_CE_EDITION)
|
|
||||||
console.log('process.env.NODE_ENV', process.env.NODE_ENV)
|
|
||||||
if (IS_CE_EDITION)
|
if (IS_CE_EDITION)
|
||||||
return null
|
return null
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user