web/modal: remove debug print

This commit is contained in:
Tulir Asokan 2025-02-23 18:04:08 +02:00
parent 42a97c8c1b
commit 4885dab2e1

View file

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