From c70fc7b329f5c9ec8d51c6db2b0743435cbac564 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 19 Mar 2024 20:29:13 +0000 Subject: [PATCH] chore: remove code for finished experiment (#21018) --- .../lib/components/Support/SupportForm.tsx | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/frontend/src/lib/components/Support/SupportForm.tsx b/frontend/src/lib/components/Support/SupportForm.tsx index b23fdd83a3501..639f131878689 100644 --- a/frontend/src/lib/components/Support/SupportForm.tsx +++ b/frontend/src/lib/components/Support/SupportForm.tsx @@ -1,6 +1,5 @@ import { IconBug, IconInfo, IconQuestion } from '@posthog/icons' import { - LemonBanner, LemonInput, LemonSegmentedButton, LemonSegmentedButtonOption, @@ -16,7 +15,6 @@ import { LemonField } from 'lib/lemon-ui/LemonField' import { LemonFileInput } from 'lib/lemon-ui/LemonFileInput/LemonFileInput' import { LemonSelect } from 'lib/lemon-ui/LemonSelect/LemonSelect' import { LemonTextArea } from 'lib/lemon-ui/LemonTextArea/LemonTextArea' -import posthog from 'posthog-js' import { useEffect, useRef } from 'react' import { preflightLogic } from 'scenes/PreflightCheck/preflightLogic' import { userLogic } from 'scenes/userLogic' @@ -97,40 +95,6 @@ export function SupportForm(): JSX.Element | null { - {posthog.getFeatureFlag('show-troubleshooting-docs-in-support-form') === 'test-replay-banner' && - sendSupportRequest.target_area === 'session_replay' && ( - - <> - We're pretty proud of our docs. Check out these helpful links: - - - - )} - {posthog.getFeatureFlag('show-troubleshooting-docs-in-support-form') === 'test-replay-banner' && - sendSupportRequest.target_area === 'toolbar' && ( - - <> - We're pretty proud of our docs.{' '} - - Check out this troubleshooting guide - - - - )}