mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
Fix to only show console warn if debug is enabled
This commit is contained in:
@@ -567,7 +567,7 @@
|
|||||||
|
|
||||||
|
|
||||||
} //glMatrix
|
} //glMatrix
|
||||||
else
|
else if (LiteGraph.debug)
|
||||||
console.warn("No glmatrix found, some Math3D nodes may not work");
|
console.warn("No glmatrix found, some Math3D nodes may not work");
|
||||||
|
|
||||||
})(this);
|
})(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user