Skip to content

Commit 8cd2a1d

Browse files
authored
[ML] Removing temporary debug (#80956) (#80959)
This log line was supposed to be removed before committing the PR it was added in.
1 parent 8f5684b commit 8cd2a1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearning.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ protected XPackLicenseState getLicenseState() {
650650
}
651651

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

0 commit comments

Comments
 (0)