Remove system.out
authoramwaterhouse <Andrew Waterhouse>
Thu, 17 Nov 2005 15:14:10 +0000 (15:14 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 17 Nov 2005 15:14:10 +0000 (15:14 +0000)
src/MCview/AppletPDBCanvas.java

index 4c62b60..7a6a368 100755 (executable)
@@ -100,6 +100,9 @@ public class AppletPDBCanvas extends Panel implements MouseListener, MouseMotion
      highlightBond2 = null;\r
 \r
      int index = ii - mainchain.seqstart;\r
+\r
+     System.out.println(ii+" "+mainchain.seqstart+" "+index);\r
+\r
      if(index <0 )\r
        return;\r
 \r