Removed a debug statement in the DialogContext.jsx

This commit is contained in:
Mathias Wagner
2022-08-30 20:05:06 +02:00
parent 4564e1289d
commit c03c079e01

View File

@@ -11,7 +11,6 @@ const Dialog = ({dialog, setDialog}) => {
document.onkeyup = e => {
if (ref.current == null) return;
console.log(ref)
if (e.key === "Enter") {
e.preventDefault();
submit();