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);