JAL-3364 remove debug output
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 29 Jul 2019 11:05:20 +0000 (12:05 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 29 Jul 2019 11:05:20 +0000 (12:05 +0100)
src/jalview/gui/AlignmentPanel.java

index c4b51bb..912cb8a 100644 (file)
@@ -1241,16 +1241,11 @@ public class AlignmentPanel extends GAlignmentPanel implements
         /*
          * append coding complement image
          */
-        boolean test = true;
-        if (test)
-        {
-          /*
-           * debug location of next write to Graphics
-           */
-          graphics.setColor(Color.red);
-          graphics.drawString("Hello world", 0, 0);
-          graphics.setColor(Color.black);
-        }
+        /*
+         * to debug location of next write to Graphics
+         */
+        // graphics.setColor(Color.red);
+        // graphics.drawString("Hello world", 0, 0);
         if (av.getCodingComplement().getWrapAlignment())
         {
           comp.printWrappedAlignment(dim2.width,