diff --git a/src/cmdSwitches.js b/src/cmdSwitches.js index 6bd4f20..9b84170 100644 --- a/src/cmdSwitches.js +++ b/src/cmdSwitches.js @@ -47,7 +47,6 @@ module.exports = () => { key = key.replace('--', ''); // Replace --key with key (?) app.commandLine.appendSwitch(key, value); - log('CmdSwitches', 'Appended switch', key, value); } } }