mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Delete debug line
This commit is contained in:
parent
a09548f79a
commit
b02c78bea7
@ -653,7 +653,6 @@ final class FileTypeIdGlobalSettingsPanel extends IngestModuleGlobalSettingsPane
|
||||
/**
|
||||
* Put it all together and reset the file types list component.
|
||||
*/
|
||||
boolean isTrailing = isTrailingCheckBox.isSelected();
|
||||
FileType.Signature signature = new FileType.Signature(signatureBytes, offset, sigType, isTrailingCheckBox.isSelected());
|
||||
FileType fileType = new FileType(typeName, signature, filesSetName, postHitCheckBox.isSelected());
|
||||
FileType selected = typesList.getSelectedValue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user