Skip to content

Commit

Permalink
chore(frontend): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaerzin committed Dec 10, 2024
1 parent 9bbb90c commit a81cdff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agenta-web/src/lib/helpers/analytics/AgPosthogProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const CustomPosthogProvider = ({children}: {children: React.ReactNode}) => {
api_host: "https://app.posthog.com",
// Enable debug mode in development
loaded: (posthog) => {
console.log("initialized posthog", process.env.NEXT_PUBLIC_POSTHOG_API_KEY)
setPosthogClient(posthog)
if (process.env.NODE_ENV === "development") posthog.debug()
},
Expand Down

0 comments on commit a81cdff

Please sign in to comment.