JAL-2491 Tidy
authorkiramt <k.mourao@dundee.ac.uk>
Fri, 12 May 2017 18:33:43 +0000 (19:33 +0100)
committerkiramt <k.mourao@dundee.ac.uk>
Fri, 12 May 2017 18:33:43 +0000 (19:33 +0100)
src/jalview/viewmodel/OverviewDimensions.java

index 1abc93b..1b425d4 100644 (file)
@@ -263,8 +263,6 @@ public class OverviewDimensions
    */
   public void drawBox(Graphics g)
   {
-    System.out.println("Drawbox: " + boxX + " " + boxY + " " + boxWidth
-            + " " + boxHeight);
     g.drawRect(boxX, boxY, boxWidth, boxHeight);
     g.drawRect(boxX + 1, boxY + 1, boxWidth - 2, boxHeight - 2);
   }