From 49403df95f8fc27410fc1afb0de4403250151295 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Fri, 13 Jan 2023 07:36:20 -0800 Subject: [PATCH] Remove survey banner Summary: ^ Not removing the component, yet, as we may re-introduce the survey once we officially release on iOS. Reviewed By: antonk52 Differential Revision: D42499399 fbshipit-source-id: 596ebda7acf39c0b8377bbd3a1a8f4dfa81e59a4 --- desktop/plugins/public/ui-debugger/components/main.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop/plugins/public/ui-debugger/components/main.tsx b/desktop/plugins/public/ui-debugger/components/main.tsx index c126843c1..029bf3b45 100644 --- a/desktop/plugins/public/ui-debugger/components/main.tsx +++ b/desktop/plugins/public/ui-debugger/components/main.tsx @@ -24,7 +24,6 @@ import {useKeyboardModifiers} from '../hooks/useKeyboardModifiers'; import {Inspector} from './sidebar/Inspector'; import {Controls} from './Controls'; import {Spin} from 'antd'; -import FeedbackRequest from './fb-stubs/feedback'; import {Tree2} from './Tree'; export function Component() { @@ -47,7 +46,6 @@ export function Component() { if (rootId) { return ( -