Removed debug logs

This commit is contained in:
Eugene Livis 2017-06-08 14:41:41 -04:00
parent 2b43e475be
commit ff54f04dd3

View File

@ -390,7 +390,6 @@ public class ServicesMonitor {
@Override @Override
public void run() { public void run() {
try { try {
logger.log(Level.INFO, "ELDEBUG CrashDetectionTask.run()"); //NON-NLS
checkAllServices(); checkAllServices();
} catch (Exception ex) { } catch (Exception ex) {
logger.log(Level.SEVERE, "Unexpected exception in CrashDetectionTask", ex); //NON-NLS logger.log(Level.SEVERE, "Unexpected exception in CrashDetectionTask", ex); //NON-NLS