Skip to content

Commit

Permalink
Unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Apr 29, 2019
1 parent 1e82582 commit a058c48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
public class ProcessPantheonNodeRunner implements PantheonNodeRunner {

private final Logger LOG = LogManager.getLogger();
private final Logger PROCESS_LOG = LogManager.getLogger("tech.pegasys.pantheon.SubProcessLog");
// private final Logger PROCESS_LOG =
// LogManager.getLogger("tech.pegasys.pantheon.SubProcessLog");

private final Map<String, Process> pantheonProcesses = new HashMap<>();
private final ExecutorService outputProcessorExecutor = Executors.newCachedThreadPool();
Expand Down

0 comments on commit a058c48

Please sign in to comment.