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