Skip to content

Commit

Permalink
Removed a debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
strich authored and mob-sakai committed Aug 22, 2023
1 parent 29998f4 commit 8af3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/SoftMaskable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private void OnDisable()
private void UpdateMaterialForSceneView(Material mat)
{
if(!mat || !graphic || !graphic.canvas || !mat.shader || !mat.shader.name.EndsWith(" (SoftMaskable)")) return;
Debug.Log("UpdateMaterialForSceneView");

// Set view and projection matrices.
Profiler.BeginSample("Set view and projection matrices");
var c = graphic.canvas.rootCanvas;
Expand Down

0 comments on commit 8af3022

Please sign in to comment.