mirror of
https://github.com/gchq/CyberChef
synced 2025-12-28 22:23:33 +00:00
Removed duplicate logging message
This commit is contained in:
@@ -171,7 +171,6 @@ OptionsWaiter.prototype.themeChange = function (e) {
|
|||||||
*/
|
*/
|
||||||
OptionsWaiter.prototype.logLevelChange = function (e) {
|
OptionsWaiter.prototype.logLevelChange = function (e) {
|
||||||
const level = e.target.value;
|
const level = e.target.value;
|
||||||
log.info("Setting log level to " + level);
|
|
||||||
log.setLevel(level, false);
|
log.setLevel(level, false);
|
||||||
this.manager.worker.setLogLevel();
|
this.manager.worker.setLogLevel();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user