removed verbose output

This commit is contained in:
Greg Wilkins 2013-04-04 15:36:16 +11:00
parent 05b2d988b0
commit 3cd6d90e9f
1 changed files with 2 additions and 1 deletions

View File

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