JAL-3383 minor coding aesthetics and debug messages out
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 1 Aug 2019 09:35:29 +0000 (04:35 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 1 Aug 2019 09:35:29 +0000 (04:35 -0500)
src/jalview/renderer/OverviewRenderer.java

index 6defca7..22c75c3 100644 (file)
@@ -194,8 +194,10 @@ public class OverviewRenderer
         nextRow();
         if (!loop())
         {
+          // Java
           continue;
         }
+        // JavaScript
         return;
       case STATE_DONE:
         break out;
@@ -230,7 +232,6 @@ public class OverviewRenderer
   private void nextRow()
   {
     row = rowIterator.next();
-    // System.out.println("OR row " + r);
     // get details of this alignment row
     SequenceI seq = rows.getSequence(row);