Skip to content

Commit

Permalink
remove stray sop
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuir committed Apr 23, 2015
1 parent 573e81d commit 5d2153f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/elasticsearch/bootstrap/Security.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static Path processTemplate(Path template, Environment environment) throws IOExc
paths.add(environment.workFile());
paths.add(environment.workWithClusterFile());
for (Path path : environment.dataFiles()) {
System.out.println("datapath=" + path);
paths.add(path);
}
for (Path path : environment.dataWithClusterFiles()) {
Expand Down

0 comments on commit 5d2153f

Please sign in to comment.