From b3423b99a752cdabbc4e7c51565fb54425481feb Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 6 Mar 2026 17:03:41 +0100 Subject: [PATCH] AnimatedWalkingAnt --- Cluster.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cluster.cs b/Cluster.cs index 56a12a0..996fb2c 100644 --- a/Cluster.cs +++ b/Cluster.cs @@ -462,7 +462,7 @@ public class Cluster : Nucleus { // no bias+synapse input state calculation for now... if (this.computeOrders.ContainsKey(startNucleus) == false) { - Debug.LogError($"{this.name} compute orders does not contain an order for {startNucleus.name}"); + //Debug.LogError($"{this.name} compute orders does not contain an order for {startNucleus.name}"); return; }