diff --git a/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java b/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java index 07aaa4c6d6..d033d0fdce 100644 --- a/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java +++ b/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java @@ -80,7 +80,6 @@ public final class DriveListUtils { int rc = p.waitFor(); return rc == 0; } catch(IOException | InterruptedException e) { -// throw new IllegalStateException("Unable to run 'net use' on " + driveLetter, e); return false; // assume not a network drive } }