From 061c07f14ee4cd4ce51559f0d4dc14a4a9d40b6b Mon Sep 17 00:00:00 2001 From: Joe Ho Date: Mon, 1 Jul 2019 13:36:21 -0400 Subject: [PATCH] Update DriveListUtils.java --- .../org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java b/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java index 7365cdeaaa..07aaa4c6d6 100644 --- a/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java +++ b/Core/src/org/sleuthkit/autopsy/logicalimager/dsp/DriveListUtils.java @@ -78,8 +78,6 @@ public final class DriveListUtils { } int rc = p.waitFor(); -// System.out.println(consoleOutput); -// System.out.println("rc=" + rc); return rc == 0; } catch(IOException | InterruptedException e) { // throw new IllegalStateException("Unable to run 'net use' on " + driveLetter, e);