Skip to content

Commit

Permalink
[ML] Removing temporary debug (#80956)
Browse files Browse the repository at this point in the history
This log line was supposed to be removed before committing the
PR it was added in.
  • Loading branch information
droberts195 authored Nov 23, 2021
1 parent 49feb65 commit 95c2c73
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ protected XPackLicenseState getLicenseState() {
}

public static boolean isMlNode(DiscoveryNode node) {
logger.info("DMR node roles are " + node.getRoles());
return node.getRoles().contains(DiscoveryNodeRole.ML_ROLE);
}

Expand Down

0 comments on commit 95c2c73

Please sign in to comment.