Skip to content
Snippets Groups Projects
Commit cdda0a0c authored by Morris Jette's avatar Morris Jette
Browse files

remove stray debug logging

Added as part of requeue/hold update
parent 598b4b3b
No related branches found
No related tags found
No related merge requests found
...@@ -640,7 +640,7 @@ scontrol_requeue_hold(uint32_t state_flag, char *job_str) ...@@ -640,7 +640,7 @@ scontrol_requeue_hold(uint32_t state_flag, char *job_str)
int rc, i; int rc, i;
char *job_id_str; char *job_id_str;
job_array_resp_msg_t *resp = NULL; job_array_resp_msg_t *resp = NULL;
info("state:%u", state_flag);
state_flag |= JOB_REQUEUE_HOLD; state_flag |= JOB_REQUEUE_HOLD;
if (_is_job_id(job_str)) { if (_is_job_id(job_str)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment