diff --git a/Moonlight/App/Events/EventSystem.cs b/Moonlight/App/Events/EventSystem.cs index 377e9eb3..74c67e0b 100644 --- a/Moonlight/App/Events/EventSystem.cs +++ b/Moonlight/App/Events/EventSystem.cs @@ -8,7 +8,7 @@ public class EventSystem private Dictionary Storage = new(); private List Subscribers = new(); - private readonly bool Debug = true; + private readonly bool Debug = false; private readonly bool DisableWarning = false; private readonly TimeSpan TookToLongTime = TimeSpan.FromSeconds(1);