From 4b3fae1fe415586bcf9e3f84465ef582bdf7f314 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 22 Jan 2023 20:43:04 -0800 Subject: [PATCH] Remove unused code --- components/TranscendencePopover/index.tsx | 8 -------- 1 file changed, 8 deletions(-) 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}