changeset 239:f9b1a9ba1a73

*** empty log message ***
author pin
date Sun, 31 Aug 2008 19:49:35 +0900
parents 6589b148dd13
children 168dd841be51
files test/sematest/Tester.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/sematest/Tester.java	Sun Aug 31 19:39:12 2008 +0900
+++ b/test/sematest/Tester.java	Sun Aug 31 19:49:35 2008 +0900
@@ -63,7 +63,6 @@
 		
 		for(REPCommand command: commandList){
 			channel.write(command);
-			ns.writeLog("send command : "+command, 1);
 		}
 		
 	}