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; }