diff --git a/Assets/Scripts/Core/Graph Tasks/CheckInputValue.cs b/Assets/Scripts/Core/Graph Tasks/CheckInputValue.cs index 2b5f1f4..ab17523 100644 --- a/Assets/Scripts/Core/Graph Tasks/CheckInputValue.cs +++ b/Assets/Scripts/Core/Graph Tasks/CheckInputValue.cs @@ -32,7 +32,7 @@ namespace NodeCanvas.Tasks.Actions { } protected override void OnExecute(){ - Debug.Log($"{outputTo.value}, {agent.actions[actionName.value].ReadValue()}"); + // Debug.Log($"{outputTo.value}, {agent.actions[actionName.value].ReadValue()}"); outputTo.value = agent.actions[actionName.value].ReadValue(); EndAction();