Remove system.out
authoramwaterhouse <Andrew Waterhouse>
Thu, 26 Oct 2006 13:08:46 +0000 (13:08 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 26 Oct 2006 13:08:46 +0000 (13:08 +0000)
src/jalview/commands/EditCommand.java

index 125cb93..7218115 100644 (file)
@@ -205,8 +205,6 @@ public class EditCommand implements CommandI
         command.string[i] = command.seqs[i].getSequence(command.position,\r
             command.position + command.number);\r
 \r
-        System.out.println("CUT:"+command.string[i]+":");\r
-\r
         command.seqs[i].deleteChars(command.position,\r
                                     command.position + command.number);\r
       }\r