Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
z3y committed Sep 15, 2024
1 parent fb0d95d commit f35bda9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/ShaderGraphView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public Material ImportedMaterial
{
if (_importedMaterial == null)
{
Debug.Log("search");
_importedMaterial = AssetDatabase.LoadAllAssetRepresentationsAtPath(_assetPath).OfType<Material>().FirstOrDefault();
}
return _importedMaterial;
Expand Down

0 comments on commit f35bda9

Please sign in to comment.