Disable logging extension

This commit is contained in:
pythongosssss 2023-10-16 11:57:45 +01:00
parent c8830e5f87
commit 9dfd61b48d

View File

@ -9,4 +9,6 @@ module.exports = async function () {
global.enableWebGLCanvas = nop;
HTMLCanvasElement.prototype.getContext = nop;
localStorage["Comfy.Settings.Comfy.Logging.Enabled"] = "false";
};