s/nocommit/norelease

Original commit: elastic/x-pack-elasticsearch@6523f5caa1
This commit is contained in:
polyfractal 2017-01-04 16:50:51 -05:00
parent 23aef2679d
commit f98b4a967c
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ public class JobManager extends AbstractComponent {
logger.info("Job [" + jobId + "] deleted.");
actionListener.onResponse(new DeleteJobAction.Response(true));
//nocommit: needs #626, because otherwise the audit message re-creates the index
//norelease: needs #626, because otherwise the audit message re-creates the index
// we just deleted. :)
//audit(jobId).info(Messages.getMessage(Messages.JOB_AUDIT_DELETED));
} else {