comparison src/jungle/test/bbs/codesegment/HashLogUpdateCodeSegment.java @ 64:16135d5e804f

remove print debug info
author one
date Fri, 19 Jul 2013 11:16:48 +0900
parents 8a532ca5df80
children
comparison
equal deleted inserted replaced
63:3b0091c91e61 64:16135d5e804f
16 } 16 }
17 17
18 public void run() { 18 public void run() {
19 HashSetDataSegment ds = hashLog.asClass(HashSetDataSegment.class); 19 HashSetDataSegment ds = hashLog.asClass(HashSetDataSegment.class);
20 String str = logString.asString(); 20 String str = logString.asString();
21 System.out.println("HashLogUpdateCodeSegment : "+ str);
22 ds.hash.add(str); 21 ds.hash.add(str);
23 ods.put("hashLog", ds); 22 ods.put("hashLog", ds);
24 } 23 }
25 } 24 }