diff --git a/Editor/ShaderGraphView.cs b/Editor/ShaderGraphView.cs index e1b3e47..a425715 100644 --- a/Editor/ShaderGraphView.cs +++ b/Editor/ShaderGraphView.cs @@ -32,7 +32,6 @@ public Material ImportedMaterial { if (_importedMaterial == null) { - Debug.Log("search"); _importedMaterial = AssetDatabase.LoadAllAssetRepresentationsAtPath(_assetPath).OfType().FirstOrDefault(); } return _importedMaterial;