Mercurial > hg > Members > tatsuki > Alice
changeset 47:5b6624b2f055
delete stdout message of ring
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 04 Feb 2012 16:05:14 +0900 |
parents | 1a498f436332 |
children | f60c0246c8ce |
files | src/alice/test/topology/ring/FirstRingMessagePassing.java |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alice/test/topology/ring/FirstRingMessagePassing.java Sat Feb 04 16:03:05 2012 +0900 +++ b/src/alice/test/topology/ring/FirstRingMessagePassing.java Sat Feb 04 16:05:14 2012 +0900 @@ -24,7 +24,6 @@ int counter = this.counter.asInteger(); ++counter; ods.put("right", "counter", counter); - System.out.println(count); if (counter >= count) { ods.put("right", "finish", ValueFactory.createNilValue()); Date endTime = new Date();