Skip to content

Commit

Permalink
filip(fix): remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed Nov 15, 2023
1 parent ffd9ff1 commit 159384d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/analytics/AnalyticsContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ export function AnalyticsProvider({ children }) {

const analyticsAccepted = useHasConsent(ConsentType.ANALYTICS)

console.log('are they accepted? ' + analyticsAccepted)
console.log('project id ' + process.env.GATSBY_POSTHOG_PROJECT_ID)

console.log('project api key ' + process.env.GATSBY_POSTHOG_API_KEY)

console.log('api host' + process.env.GATSBY_POSTHOG_API_HOST)

console.log('what about this ' + process.env.GATSBY_OSANO)

const baseEventProps = useCallback(
() => ({
sent_at_local: dayjs().format(),
Expand Down

0 comments on commit 159384d

Please sign in to comment.