mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
5665 remove commented out line of code
This commit is contained in:
parent
7b0e72cd0d
commit
388140482d
@ -204,7 +204,6 @@ public class ExtractActionHelper {
|
||||
FileExtractionTask task = it.next();
|
||||
|
||||
if (ContentUtils.isDotDirectory(task.source)) {
|
||||
//JOptionPane.showMessageDialog((Component) e.getSource(), "Cannot extract virtual " + task.source.getName() + " directory.", "File is Virtual Directory", JOptionPane.WARNING_MESSAGE);
|
||||
it.remove();
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user