Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Sep 21, 2024
1 parent 2999d4e commit e364616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Cgs/CardGameView/Multiplayer/CardModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ public override void OnDestroy()
if (CardGameManager.IsQuitting)
return;

Debug.Log($"Destroying {gameObject.name}");
Value.UnregisterDisplay(this);
if (PlaceHolder != null)
Destroy(PlaceHolder.gameObject);
Expand Down

0 comments on commit e364616

Please sign in to comment.