chore: remove debug logging

This commit is contained in:
djknaeckebrot
2024-12-12 08:33:23 +01:00
parent 19a0550b32
commit 6c55143e96

View File

@@ -51,8 +51,6 @@ export const SearchCommand = () => {
return () => document.removeEventListener("keydown", down);
}, []);
console.log("DEBUG: data: ", data);
return (
<div>
<CommandDialog open={open} onOpenChange={setOpen}>