From 9670106612dfdde1f0395e2449f395d7bfed7197 Mon Sep 17 00:00:00 2001 From: kjvdheide Date: Tue, 14 Nov 2017 15:31:49 +0000 Subject: [PATCH] JAL-2805 re-enabled one2many checks --- src/jalview/ext/archaeopteryx/AptxNodeAssociation.java | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java b/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java index 32ca883..ffa3ae5 100644 --- a/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java +++ b/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java @@ -87,12 +87,13 @@ public class AptxNodeAssociation // treeNode.setPlaceholder(true); } } - // if (jalview.bin.Cache.log.isDebugEnabled() && countOne2Many>0) { - // jalview.bin.Cache.log.debug("There were "+countOne2Many+" alignment - // sequence ids (out of "+one2many.size()+" unique ids) linked to two or - // more leaves."); - // } - // one2many.clear(); + if (jalview.bin.Cache.log.isDebugEnabled() && countOne2Many > 0) + { + jalview.bin.Cache.log.debug("There were " + countOne2Many + + "alignment sequence ids (out of" + one2many.size() + + " unique ids) linked to two or more leaves."); + } + one2many.clear(); } } -- 1.7.10.2