mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
rm unnecessary console log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user