Remove system.out
authoramwaterhouse <Andrew Waterhouse>
Mon, 11 Sep 2006 14:44:48 +0000 (14:44 +0000)
committeramwaterhouse <Andrew Waterhouse>
Mon, 11 Sep 2006 14:44:48 +0000 (14:44 +0000)
src/jalview/gui/AlignmentPanel.java

index 366a36d..cc6ef51 100755 (executable)
@@ -810,8 +810,6 @@ public class AlignmentPanel extends GAlignmentPanel
     /// How many sequences and residues can we fit on a printable page?\r
     int totalRes = (pwidth - idWidth) / av.getCharWidth();\r
 \r
-    System.out.println(totalRes);\r
-\r
     int totalSeq = (int) ( (pheight - scaleHeight) / av.getCharHeight()) -\r
         1;\r
 \r