rm unnecessary console log

This commit is contained in:
karamvir
2023-08-09 17:09:54 -07:00
parent f1aca3df4d
commit 1b3e3b19cf

View File

@@ -47,7 +47,6 @@ export const Omnibar = () => {
useEffect(() => {
const down = (e: KeyboardEvent) => {
console.log(e.key, e.shiftKey);
if (e.shiftKey && e.key === "S") {
e.preventDefault();
set(true);