Update DriveListUtils.java

This commit is contained in:
Joe Ho 2019-07-01 13:36:21 -04:00
parent 8387101c0f
commit 061c07f14e

View File

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