From 5d79114bb2978154e6d7d6b0906be19a72bee29a Mon Sep 17 00:00:00 2001 From: Ben White Date: Mon, 9 Dec 2024 18:07:40 +0100 Subject: [PATCH] Fix --- src/posthog-surveys.ts | 2 -- 1 file changed, 2 deletions(-) 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') }