removed System.outs
This commit is contained in:
parent
bcdf071a9c
commit
6c9f090479
|
@ -146,6 +146,7 @@ public class ShutdownMonitor
|
||||||
{
|
{
|
||||||
if (isAlive())
|
if (isAlive())
|
||||||
{
|
{
|
||||||
|
if (DEBUG)
|
||||||
System.err.printf("ShutdownMonitorThread already started");
|
System.err.printf("ShutdownMonitorThread already started");
|
||||||
return; // cannot start it again
|
return; // cannot start it again
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue