Skip to content

Commit d74717b

Browse files
author
Steve Powell
committed
Tidy up commented out code.
1 parent 657ab2a commit d74717b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/src/com/rabbitmq/tools/Host.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ private static int waitForExitValue(Process pr) {
6363
public static void executeCommandIgnoringErrors(String command) throws IOException
6464
{
6565
Process pr = executeCommandProcess(command);
66-
// String stdout = capture(pr.getInputStream());
67-
// String stderr = capture(pr.getErrorStream());
68-
6966
waitForExitValue(pr);
7067
}
7168

0 commit comments

Comments
 (0)