This commit is contained in:
jrandom
2004-04-24 12:38:21 +00:00
committed by zzz
parent 393b1d7674
commit 3d91e59386

View File

@ -103,7 +103,7 @@ public class LogManager {
t.setDaemon(true);
t.start();
Runtime.getRuntime().addShutdownHook(new ShutdownHook());
System.out.println("Created logManager " + this + " with context: " + context);
//System.out.println("Created logManager " + this + " with context: " + context);
}
private LogManager() {}