Skip to content

Commit a42b533

Browse files
committed
Removed debug log
1 parent 4c5007d commit a42b533

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/com.alelievr.NodeGraphProcessor/Editor/Views/BaseNodeView.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,6 @@ protected VisualElement AddControlField(string fieldName, string label = null, b
809809
internal void SyncSerializedPropertyPathes()
810810
{
811811
int nodeIndex = owner.graph.nodes.FindIndex(n => n == nodeTarget);
812-
Debug.Log(nodeIndex);
813812

814813
// If the node is not found, then it means that it has been deleted from serialized data.
815814
if (nodeIndex == -1)
@@ -837,7 +836,6 @@ protected VisualElement AddControlField(FieldInfo field, string label = null, bo
837836
if (field == null)
838837
return null;
839838

840-
// This doesn't work
841839
var element = new PropertyField(FindSerializedProperty(field.Name), showInputDrawer ? "" : label);
842840
element.Bind(owner.serializedGraph);
843841

0 commit comments

Comments
 (0)