mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 15:02: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;
|
global.enableWebGLCanvas = nop;
|
||||||
|
|
||||||
HTMLCanvasElement.prototype.getContext = nop;
|
HTMLCanvasElement.prototype.getContext = nop;
|
||||||
|
|
||||||
|
localStorage["Comfy.Settings.Comfy.Logging.Enabled"] = "false";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user