JAL-3383 minor coding aesthetics and debug messages out
[jalview.git] / 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);