diff --git a/Scripts/Editor/NodeEditorWindow.cs b/Scripts/Editor/NodeEditorWindow.cs index 460aff5..71cf2db 100644 --- a/Scripts/Editor/NodeEditorWindow.cs +++ b/Scripts/Editor/NodeEditorWindow.cs @@ -263,7 +263,6 @@ namespace XNodeEditor { { w = CreateInstance(); w.titleContent = new GUIContent("xNode"); - Debug.LogError("创建"); } NodeGraphEditor graphEditor = NodeGraphEditor.GetEditor(graph, w);