less chatty

This commit is contained in:
sawka
2023-03-26 23:07:47 -07:00
parent 8b2fea604f
commit 3816e908f9
-3
View File
@@ -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();