diff --git a/frontend/src/lib/components/CommandPalette/commandPaletteLogic.tsx b/frontend/src/lib/components/CommandPalette/commandPaletteLogic.tsx index 285d1baa5c51d..f96e27254dcd0 100644 --- a/frontend/src/lib/components/CommandPalette/commandPaletteLogic.tsx +++ b/frontend/src/lib/components/CommandPalette/commandPaletteLogic.tsx @@ -730,13 +730,6 @@ export const commandPaletteLogic = kea({ }), }), }, - { - icon: IconRecording, - display: 'Schedule Quick Call', - executor: () => { - open('https://calendly.com/posthog-feedback') - }, - }, { icon: IconGithub, display: 'Create GitHub Issue',