Skip to content

Commit

Permalink
chore: remove PostHog.initAsync warning (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakharchenkoAndrii authored Feb 13, 2024
1 parent f88f254 commit f2a1ab5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posthog-react-native/src/posthog-rn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export class PostHog extends PostHogCore {
}

clientMap.set(apiKey, posthog)
} else {
console.warn('PostHog.initAsync called twice with the same apiKey. The first instance will be used.')
}

const resolved = await posthog
Expand Down

0 comments on commit f2a1ab5

Please sign in to comment.