diff src/jungle/test/bbs/NetworkJungleBulletinBoard.java @ 64:16135d5e804f

remove print debug info
author one
date Fri, 19 Jul 2013 11:16:48 +0900
parents 8a532ca5df80
children ebf42371454b
line wrap: on
line diff
--- a/src/jungle/test/bbs/NetworkJungleBulletinBoard.java	Fri Jul 19 11:09:29 2013 +0900
+++ b/src/jungle/test/bbs/NetworkJungleBulletinBoard.java	Fri Jul 19 11:16:48 2013 +0900
@@ -244,7 +244,6 @@
 		HashLogUpdateCodeSegment cs = new HashLogUpdateCodeSegment();
 		cs.ods.put("log", container);
 		cs.ods.put("logString", container.getHashLogString());
-		System.out.println("putDataSegment : "+container.getHashLogString());
 		/* If this node is not Root node, push log to parent node's DS */
 		if(!_updaterName.equals("node0")) {
 			cs.ods.put("parent", "childLog", container);