diff --git a/Assets/Scripts/NotificationManager.cs b/Assets/Scripts/NotificationManager.cs index fa59bde..75ca3bf 100644 --- a/Assets/Scripts/NotificationManager.cs +++ b/Assets/Scripts/NotificationManager.cs @@ -40,8 +40,6 @@ public class NotificationManager : MonoBehaviour { void Update() { if ( showingMessage ) { if ( Time.time > delay ) { - Debug.Log(delay - Time.time); - Debug.Log(messages.Count); if (messages.Count == 1) { messages.Remove(messages[0]); Hide();