From c7528e5c27297904f8b9fed73fc1f8ef1c3a9d59 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Wed, 14 Jun 2017 17:29:22 -0400 Subject: [PATCH] Remove debug message from IngestJob.dataSourceJobFinished --- Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java b/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java index 463345a749..4393f18510 100644 --- a/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java @@ -248,7 +248,6 @@ public final class IngestJob { } else { IngestManager.getInstance().fireDataSourceAnalysisCancelled(id, job.getId(), job.getDataSource()); } - System.out.println("\n##### Finished sleeping\n"); if (incompleteJobsCount.decrementAndGet() == 0) { ingestManager.finishIngestJob(this); }