mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
[ML] Remove leftoever debug statement
Original commit: elastic/x-pack-elasticsearch@a3f529b656
This commit is contained in:
parent
45d228dd41
commit
fa9f4e3bca
@ -72,7 +72,6 @@ public class MlRestTestStateCleaner {
|
||||
try {
|
||||
client.performRequest("POST", "/_xpack/ml/anomaly_detectors/" + jobId + "/_close");
|
||||
} catch (Exception e) {
|
||||
logger.info("Test clean up close");
|
||||
if (e.getMessage().contains("cannot close job, expected job state [opened], but got [closed]")
|
||||
|| e.getMessage().contains("cannot close job, expected job state [opened], but got [closing]")) {
|
||||
logger.debug("job [" + jobId + "] has already been closed", e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user