remove rouge sout...

This commit is contained in:
Shay Banon 2012-08-06 10:35:05 +02:00
parent ed2196f5a5
commit d2ac219f01
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ public class HotThreads {
continue;
}
ThreadInfo info = threadBean.getThreadInfo(threadId, 0);
System.out.println(info.getThreadName());
if (info == null) {
continue;
}