[CmdSwitches] Remove logging for each append
This commit is contained in:
parent
c222c09b59
commit
4a33d5a1c4
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ module.exports = () => {
|
||||||
key = key.replace('--', ''); // Replace --key with key (?)
|
key = key.replace('--', ''); // Replace --key with key (?)
|
||||||
|
|
||||||
app.commandLine.appendSwitch(key, value);
|
app.commandLine.appendSwitch(key, value);
|
||||||
log('CmdSwitches', 'Appended switch', key, value);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue