mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Removing redundant conditional
This commit is contained in:
parent
ca7af08a76
commit
f24fb66c01
@ -638,11 +638,6 @@ public final class KeywordSearchIngestModule implements FileIngestModule {
|
||||
extractStringsAndIndex(aFile);
|
||||
return;
|
||||
}
|
||||
if (fileType.equals(MimeTypes.PLAIN_TEXT)) {
|
||||
if (indexTextFile(aFile)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (!extractTextAndIndex(aFile)) {
|
||||
// Text extractor not found for file. Extract string only.
|
||||
putIngestStatus(jobId, aFile.getId(), IngestStatus.SKIPPED_ERROR_TEXTEXTRACT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user