2009-06-08 sponge

* Last commit for this cycle. All debugging except for WARN removed.
      I can use the visit command to debug now anyway.
This commit is contained in:
sponge
2009-06-08 14:42:44 +00:00
parent 0382120363
commit be52b5930c
3 changed files with 6 additions and 2 deletions

View File

@ -273,7 +273,7 @@ public class MUXlisten implements Runnable {
_log.warn("BOB: MUXlisten: Starting thread collection for: " + boner);
// tg.interrupt(); // give my stuff a small smack again.
if (tg.activeCount() + tg.activeGroupCount() != 0) {
visit(tg, 0, boner);
// visit(tg, 0, boner);
int foo = tg.activeCount() + tg.activeGroupCount();
// hopefully no longer needed!
// int bar = foo;