mirror of https://github.com/apache/activemq.git
take out a println() that crept in
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@510995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e14f67b40
commit
481e717292
|
@ -249,7 +249,6 @@ public class UsageManager {
|
|||
// Switching from being full to not being full..
|
||||
if( oldPercentUsage >= 100 && newPercentUsage < 100 ) {
|
||||
synchronized (usageMutex) {
|
||||
System.err.println("Memory usage change. from: "+oldPercentUsage+", to: "+newPercentUsage);
|
||||
usageMutex.notifyAll();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue