diff --git a/src/posthog-core.ts b/src/posthog-core.ts index 65bf182e3..938c11091 100644 --- a/src/posthog-core.ts +++ b/src/posthog-core.ts @@ -1857,7 +1857,6 @@ export class PostHog { this.heatmaps?.startIfEnabled() this.surveys.loadIfEnabled() this.siteApps?.loadIfEnabled() - this.surveys.loadIfEnabled() this._sync_opt_out_with_persistence() } }