diff --git a/Assets/Scripts/EventCaller.cs b/Assets/Scripts/EventCaller.cs index 8f95b5b6c..6247214fd 100644 --- a/Assets/Scripts/EventCaller.cs +++ b/Assets/Scripts/EventCaller.cs @@ -82,7 +82,6 @@ namespace HeavenStudio { action.inactiveFunction.Invoke(); } - Debug.Log($"Running action {action.actionName} of priority {action.priority}"); } catch (Exception ex) {