mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +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) {
|
||||
const level = e.target.value;
|
||||
log.info("Setting log level to " + level);
|
||||
log.setLevel(level, false);
|
||||
this.manager.worker.setLogLevel();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user