mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Remove debug message from IngestJob.dataSourceJobFinished
This commit is contained in:
parent
31861d91b3
commit
c7528e5c27
@ -248,7 +248,6 @@ public final class IngestJob {
|
|||||||
} else {
|
} else {
|
||||||
IngestManager.getInstance().fireDataSourceAnalysisCancelled(id, job.getId(), job.getDataSource());
|
IngestManager.getInstance().fireDataSourceAnalysisCancelled(id, job.getId(), job.getDataSource());
|
||||||
}
|
}
|
||||||
System.out.println("\n##### Finished sleeping\n");
|
|
||||||
if (incompleteJobsCount.decrementAndGet() == 0) {
|
if (incompleteJobsCount.decrementAndGet() == 0) {
|
||||||
ingestManager.finishIngestJob(this);
|
ingestManager.finishIngestJob(this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user