diff src/remoteeditor/network/REP.java @ 30:5723cfd85c95

*** empty log message ***
author pin
date Tue, 16 Jan 2007 08:54:17 +0900
parents d2f8d056aae3
children ebbc14dd1a1a
line wrap: on
line diff
--- a/src/remoteeditor/network/REP.java	Tue Dec 19 12:48:24 2006 +0900
+++ b/src/remoteeditor/network/REP.java	Tue Jan 16 08:54:17 2007 +0900
@@ -268,8 +268,8 @@
 		//rWrite(pack(cmd2, sid, eid, seqid, line, lineText));
 		try {
 			myCmdList.add(new Rep_Cmd(cmd2, sid, eid, seqid, line, length, lineText));
-			System.out.println("myCmdList : " + myCmdList.toString());
-			System.out.println("othersCmdList : " + othersCmdList.toString());
+			//System.out.println("myCmdList : " + myCmdList.toString());
+			//System.out.println("othersCmdList : " + othersCmdList.toString());
 			new Translate(myCmdList, othersCmdList);
 			for(Rep_Cmd userCmd:myCmdList){
 				rWrite(pack(userCmd.cmd, userCmd.sid, userCmd.eid, userCmd.seq, userCmd.lineno, userCmd.string));