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]) {