[CmdSwitches] Remove logging for each append

main
Oj 2 years ago
parent c222c09b59
commit 4a33d5a1c4

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

Loading…
Cancel
Save