From e795af5537a45da55d9e4243cd3439cda4df82d1 Mon Sep 17 00:00:00 2001 From: Joe Ho Date: Mon, 1 Jul 2019 13:38:37 -0400 Subject: [PATCH] Update DriveListUtils.java --- .../org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java | 1 - 1 file changed, 1 deletion(-) 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 } }