diff --git a/src/emain.ts b/src/emain.ts index c4c1adb5..7c5a7e93 100644 --- a/src/emain.ts +++ b/src/emain.ts @@ -193,9 +193,6 @@ function createMainWindow(clientData) { return; } let mods = getMods(input); - if (input.meta) { - console.log("before-input", input.code, input.modifiers); - } if (input.code == "KeyT" && input.meta) { win.webContents.send("t-cmd", mods); e.preventDefault();