maint: comment change

This commit is contained in:
Chris
2025-08-06 15:24:40 -04:00
parent eb06a5d33c
commit c9e33cfa99

View File

@@ -32,7 +32,7 @@ namespace NodeCanvas.Tasks.Actions {
} }
protected override void OnExecute(){ protected override void OnExecute(){
Debug.Log($"{outputTo.value}, {agent.actions[actionName.value].ReadValue<T>()}"); // Debug.Log($"{outputTo.value}, {agent.actions[actionName.value].ReadValue<T>()}");
outputTo.value = agent.actions[actionName.value].ReadValue<T>(); outputTo.value = agent.actions[actionName.value].ReadValue<T>();
EndAction(); EndAction();