Removed useless logging. Switched to cache mode for support chat messages. Added empty message check

This commit is contained in:
Marcel Baumgartner
2023-04-23 17:53:10 +02:00
parent 32cc75edf1
commit 80ea8444cc
7 changed files with 35 additions and 18 deletions

View File

@@ -116,7 +116,9 @@ public class EventSystem
{
Task.WaitAll(tasks.ToArray());
Storage.Remove(hashCode);
Logger.Debug($"Completed all event tasks for '{id}' and removed object from storage");
if(Debug)
Logger.Debug($"Completed all event tasks for '{id}' and removed object from storage");
});
if(Debug)