mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Removed duplicate logging message
This commit is contained in:
parent
a96eb450de
commit
8684bc0158
@ -171,7 +171,6 @@ OptionsWaiter.prototype.themeChange = function (e) {
|
||||
*/
|
||||
OptionsWaiter.prototype.logLevelChange = function (e) {
|
||||
const level = e.target.value;
|
||||
log.info("Setting log level to " + level);
|
||||
log.setLevel(level, false);
|
||||
this.manager.worker.setLogLevel();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user