diff --git a/Core/src/org/sleuthkit/autopsy/ingest/IngestModuleLoader.java b/Core/src/org/sleuthkit/autopsy/ingest/IngestModuleLoader.java index 82a4c1e7f9..33a0b811e6 100644 --- a/Core/src/org/sleuthkit/autopsy/ingest/IngestModuleLoader.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/IngestModuleLoader.java @@ -48,6 +48,7 @@ final class IngestModuleLoader { // RJCTODO: Since we were going to overwrite pipeline config every time and we are going to move the code modules // into this package, we can simply handle the module ordering here, possibly just directly instantiating the core // modules. + // RJCTODO: Make sure that sample modules are excluded Logger logger = Logger.getLogger(IngestModuleLoader.class.getName()); Collection factories = Lookup.getDefault().lookupAll(IngestModuleFactory.class); for (IngestModuleFactory factory : factories) {