From bd5f5906927d4adde612f773720bcbc2aa3f554d Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Thu, 24 Sep 2015 10:44:45 -0700 Subject: [PATCH] Remove vestigal debug --- src/slurmd/slurmd/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmd/slurmd/req.c b/src/slurmd/slurmd/req.c index d284edf6e9d..63f15eb1089 100644 --- a/src/slurmd/slurmd/req.c +++ b/src/slurmd/slurmd/req.c @@ -4602,7 +4602,7 @@ _rpc_complete_batch(slurm_msg_t *msg) slurm_send_rc_msg(msg, ESLURM_USER_ID_MISSING); return; } - info("got batch finish"); + slurm_send_rc_msg(msg, SLURM_SUCCESS); if (running_serial) { -- GitLab