mirror of
https://github.com/gchq/CyberChef
synced 2025-01-08 10:38:46 +00:00
Removed duplicate logging message
This commit is contained in:
parent
a96eb450de
commit
8684bc0158
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue