remove debug print
This commit is contained in:
parent
a3e0d87f20
commit
5ad54b348c
|
@ -82,7 +82,6 @@ namespace HeavenStudio
|
|||
{
|
||||
action.inactiveFunction.Invoke();
|
||||
}
|
||||
Debug.Log($"Running action {action.actionName} of priority {action.priority}");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue