From 0421c32c0c7626dc996e79b92d3a2a89108ffbe7 Mon Sep 17 00:00:00 2001 From: trippjoe Date: Sun, 27 Mar 2022 20:16:32 -0400 Subject: [PATCH] removed unintentional code --- src/js/preload.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/preload.js b/src/js/preload.js index eeb93a2..b77588b 100644 --- a/src/js/preload.js +++ b/src/js/preload.js @@ -6,8 +6,6 @@ contextBridge.exposeInMainWorld("api", { let validCommands = ['getISO', 'checkUpdates', 'launch', 'build']; if (validCommands.includes(command)) { ipcRenderer.send(command); - } else { - console.log(command); } }, receive: (channel, func) => {