From 4885dab2e1c07c4b7a73eac094d4aae318cd84a7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 23 Feb 2025 18:04:08 +0200 Subject: [PATCH] web/modal: remove debug print --- web/src/ui/modal/Modal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/ui/modal/Modal.tsx b/web/src/ui/modal/Modal.tsx index 9574e2e..620d8bf 100644 --- a/web/src/ui/modal/Modal.tsx +++ b/web/src/ui/modal/Modal.tsx @@ -32,7 +32,6 @@ const ModalWrapper = ({ children, ContextType, historyStateKey }: ModalWrapperPr if (evt && evt.target !== evt.currentTarget) { return } - console.log("MEOW", evt) evt?.stopPropagation() setState(null) if (history.state?.[historyStateKey]) {