maint: cleaned up some debug.log lines to fight log clutter
This commit is contained in:
@@ -118,7 +118,6 @@ namespace Reset {
|
||||
if (check && isSingleTargetHit && !outputHit.isNoneOrNull) {
|
||||
outputHit.value = observer.hit;
|
||||
} else if (check && !isSingleTargetHit && !outputHitArray.isNoneOrNull) {
|
||||
Debug.Log(observer.overlapHits.Length);
|
||||
outputHitArray.value.AddRange(observer.overlapHits);
|
||||
}
|
||||
|
||||
|
||||
@@ -63,11 +63,8 @@ namespace NodeCanvas.Tasks.Conditions {
|
||||
// Take the input arguments as objects and convert them to InputAction & Phases
|
||||
InputAction thisAction = (InputAction)args[0];
|
||||
InputActionPhase thisActionPhase = (InputActionPhase)args[1];
|
||||
|
||||
// Debug.Log(thisActionPhase);
|
||||
|
||||
if (actionName.value == thisAction.name && actionPhase.value == thisActionPhase && !blocked) {
|
||||
Debug.Log($"Recieved an unblocked {thisAction} @ {Time.time}.");
|
||||
YieldReturn(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user