diff --git a/Core/src/org/sleuthkit/autopsy/core/ServicesMonitor.java b/Core/src/org/sleuthkit/autopsy/core/ServicesMonitor.java index 89443039b7..142731a9ab 100644 --- a/Core/src/org/sleuthkit/autopsy/core/ServicesMonitor.java +++ b/Core/src/org/sleuthkit/autopsy/core/ServicesMonitor.java @@ -390,7 +390,6 @@ public class ServicesMonitor { @Override public void run() { try { - logger.log(Level.INFO, "ELDEBUG CrashDetectionTask.run()"); //NON-NLS checkAllServices(); } catch (Exception ex) { logger.log(Level.SEVERE, "Unexpected exception in CrashDetectionTask", ex); //NON-NLS