Skip to content

Commit dc37f6f

Browse files
committed
remove debug log message
1 parent 2f2a1c9 commit dc37f6f

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/job/persistence/JobDataDeleter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ private <T> String[] removeReadOnlyIndices(
235235
if (indicesToQuery.isEmpty()) {
236236
logger.info("No writable {} indices found for [{}] job. No {} to remove.", entityType, jobId, entityType);
237237
if (onEmpty != null) {
238-
logger.info("Running onEmpty callback for [{}] job", jobId);
239238
onEmpty.run();
240239
}
241240
}

0 commit comments

Comments
 (0)