refactor: remove console logs from Google Analytics component

This commit is contained in:
CodingOnStar 2025-10-17 17:07:03 +08:00
parent b6c196fdbe
commit 70600ea861
1 changed files with 0 additions and 2 deletions

View File

@ -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