diff --git a/Assets/Scripts/Item/TipItem.cs b/Assets/Scripts/Item/TipItem.cs index 3ffeaaec..b9908b77 100644 --- a/Assets/Scripts/Item/TipItem.cs +++ b/Assets/Scripts/Item/TipItem.cs @@ -59,7 +59,6 @@ public class TipItem : MonoBehaviour tip = UIKit.GetPanel(); if (tip == null) { - Debug.LogError($"{gameObject}:Tip"); UIKit.OpenPanelAsync(UILevel.PopUI).ToAction().StartGlobal(() => { tip = UIKit.GetPanel();