removed unintentional code

This commit is contained in:
trippjoe 2022-03-27 20:16:32 -04:00
parent cfb4be36fc
commit 0421c32c0c

View file

@ -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) => {