mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-22 02:06:05 +08:00
Remove console spam
This commit is contained in:
parent
f04629a120
commit
3f405e318a
@ -329,7 +329,6 @@ namespace XNodeEditor {
|
|||||||
}
|
}
|
||||||
} else if (culledNodes.Contains(node)) continue;
|
} else if (culledNodes.Contains(node)) continue;
|
||||||
|
|
||||||
Debug.Log("Draw " + n);
|
|
||||||
NodeEditor.portPositions = new Dictionary<XNode.NodePort, Vector2>();
|
NodeEditor.portPositions = new Dictionary<XNode.NodePort, Vector2>();
|
||||||
|
|
||||||
//Get node position
|
//Get node position
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user