diff rep/Editor.java @ 296:c35f01b5060f

*** empty log message ***
author pin
date Mon, 29 Sep 2008 14:46:30 +0900
parents 6deb6de8d0eb
children 8f6b7a1890b2
line wrap: on
line diff
--- a/rep/Editor.java	Mon Sep 29 14:13:19 2008 +0900
+++ b/rep/Editor.java	Mon Sep 29 14:46:30 2008 +0900
@@ -106,8 +106,7 @@
 				sentList.remove(0);
 				return true;
 			}else{
-				System.err.println("error:Editor.checkReturnedCommand() : command = " + command);
-				System.out.println("Editor.checkReturndCommand() : sentList = " + sentList);
+				System.err.println("Editor.checkReturnedCommand() : command = " + command);
 			}
 		}
 		return false;