[CmdSwitches] Remove logging for each append

This commit is contained in:
Ducko 2022-02-12 17:06:50 +00:00
parent c222c09b59
commit 4a33d5a1c4

View file

@ -47,7 +47,6 @@ module.exports = () => {
key = key.replace('--', ''); // Replace --key with key (?)
app.commandLine.appendSwitch(key, value);
log('CmdSwitches', 'Appended switch', key, value);
}
}
}