removed verbose output
This commit is contained in:
parent
05b2d988b0
commit
3cd6d90e9f
|
@ -156,7 +156,8 @@ public class ShutdownMonitor
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.err.println("Starting ShutdownMonitorThread");
|
if (DEBUG)
|
||||||
|
System.err.println("Starting ShutdownMonitorThread");
|
||||||
super.start();
|
super.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue