From 199fcd8767610abc406c8bc9fa9a7e641877000a Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 23 Apr 2018 21:39:57 +0200 Subject: [PATCH] removed some debug messages --- Assets/Scripts/NotificationManager.cs | 2 -- 1 file changed, 2 deletions(-) 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();