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:
Robert Davies 2007-02-23 15:59:17 +00:00
parent 9e14f67b40
commit 481e717292
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}
}