mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 03:17:57 +08:00
refactor: remove console logs from Google Analytics component
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user