mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
Disable logging extension
This commit is contained in:
parent
c8830e5f87
commit
9dfd61b48d
@ -9,4 +9,6 @@ module.exports = async function () {
|
||||
global.enableWebGLCanvas = nop;
|
||||
|
||||
HTMLCanvasElement.prototype.getContext = nop;
|
||||
|
||||
localStorage["Comfy.Settings.Comfy.Logging.Enabled"] = "false";
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user