From 5ad54b348ccdf74f79903d18463dfd600af7a6cb Mon Sep 17 00:00:00 2001 From: minenice55 Date: Wed, 18 Jan 2023 21:17:58 -0500 Subject: [PATCH] remove debug print --- Assets/Scripts/EventCaller.cs | 1 - 1 file changed, 1 deletion(-) 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) {