JAL-3592 logic question
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 4116c3b..21f9dae 100644 (file)
@@ -1215,6 +1215,13 @@ public abstract class AlignmentViewport
 
   public void setSequenceSetId(String newid)
   {
+    // // BH 2020.04.07 do we need to do this if it is the same?
+    // // (Jalview project files)
+    // if (newid.equals(sequenceSetID))
+    // {
+    // return;
+    // }
+
     if (sequenceSetID != null)
     {
       System.err.println(