Skip to content
Snippets Groups Projects
Commit b08febb7 authored by Marshall Quander's avatar Marshall Quander
Browse files

Remove debug logging

parent e5efb442
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,6 @@ const markLeaves = function(root, behaviorNodes) {
const inflateEntities = function(parentEl, node, gltfPath) {
if (node.userData.leaf) {
// we don't need an entity for this node
console.log("Not doing ", node);
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment