Jalview-JS/JAL-3253 allow for dialog-free StructureViewer launch
[jalview.git] / src / jalview / gui / SeqCanvas.java
index 88d6db7..076ce5b 100755 (executable)
@@ -352,9 +352,6 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
       gg.copyArea(horizontal * charWidth, vertical * charHeight,
               img.getWidth(), img.getHeight(), -horizontal * charWidth,
               -vertical * charHeight);
-
-      /** @j2sNative xxi = this.img */
-
       gg.translate(transX, transY);
       drawPanel(gg, startRes, endRes, startSeq, endSeq, 0);
       gg.translate(-transX, -transY);
@@ -430,12 +427,9 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
       drawSelectionGroup((Graphics2D) g, startRes, endRes, startSeq,
               endSeq);
       fastPaint = false;
-      // System.out.println("SeqCanvas fast paint");
     }
     else
     {
-      // System.out.println("SeqCanvas full paint");
-
       // img is a cached version of the last view we drew.
       // If we have no img or the size has changed, make a new one.
       //