mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Removing logging that is no longer needed.
This commit is contained in:
parent
384af09240
commit
4ff69ee8d4
@ -591,7 +591,6 @@ public class IngestManager {
|
||||
public synchronized boolean areModulesRunning() {
|
||||
for (IngestModuleAbstract serv : abstractFileModules) {
|
||||
if (serv.hasBackgroundJobsRunning()) {
|
||||
logger.info("Module " + serv.toString() + " is running");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -265,15 +265,12 @@ public class RegressionTest extends TestCase {
|
||||
new Timeout("pausing", 5000).sleep(); // give it a second (or five) to process
|
||||
}
|
||||
logger.info("Enqueue took " + (System.currentTimeMillis() - start) + "ms");
|
||||
int count = 0;
|
||||
while (man.isIngestRunning()) {
|
||||
new Timeout("pausing", 1000).sleep(); // give it a second (or five) to process
|
||||
}
|
||||
new Timeout("pausing", 15000).sleep(); // give it a second (or fifteen) to process
|
||||
//boolean sleep = true;
|
||||
while (man.areModulesRunning()) {
|
||||
count++;
|
||||
logger.info("count is " + count);
|
||||
new Timeout("pausing", 5000).sleep(); // give it a second (or five) to process
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user