Skip to content

Commit

Permalink
Remove temprorary log message
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
Tianli Feng committed Mar 10, 2022
1 parent 8cc54e3 commit f06766e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public void createNodePaths() throws IOException {
dataMasterSettings,
Collections.unmodifiableSet(new HashSet<>(Arrays.asList(DiscoveryNodeRole.DATA_ROLE, DiscoveryNodeRole.CLUSTER_MANAGER_ROLE)))
);
logger.info("### noDataNoMasterSettings: " + noDataNoMasterSettings.get("node.roles"));
noDataMasterSettings = masterNode(nonDataNode(dataMasterSettings));
}

Expand Down

0 comments on commit f06766e

Please sign in to comment.