mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
Merge pull request #248 from kiddoinpyjamas/warning_even_with_debug_disabled
Fix to only show console warn if debug is enabled
This commit is contained in:
@@ -567,7 +567,7 @@
|
||||
|
||||
|
||||
} //glMatrix
|
||||
else
|
||||
else if (LiteGraph.debug)
|
||||
console.warn("No glmatrix found, some Math3D nodes may not work");
|
||||
|
||||
})(this);
|
||||
|
||||
Reference in New Issue
Block a user