diff --git a/src/posthog-surveys.ts b/src/posthog-surveys.ts index 723119a9c..aace41e62 100644 --- a/src/posthog-surveys.ts +++ b/src/posthog-surveys.ts @@ -151,8 +151,6 @@ export class PostHogSurveys { const existingSurveys = this.surveys ?? this.instance.get_property(SURVEYS) - console.log('existingSurveys', existingSurveys, forceReload) - if (forceReload) { throw new Error('forceReload') }