diff --git a/components/TranscendencePopover/index.tsx b/components/TranscendencePopover/index.tsx index 7d100a24..4284db55 100644 --- a/components/TranscendencePopover/index.tsx +++ b/components/TranscendencePopover/index.tsx @@ -63,14 +63,6 @@ const TranscendencePopover = ({ setCurrentStage(newStage) } - function handleKeyDown(event: React.KeyboardEvent) { - console.log(`Key pressed, ${event.key}`) - console.log(window.event) - if (event.key === 'Escape') { - if (onOpenChange) onOpenChange(false) - } - } - return ( {children}