From 6f51bf2c68d91221a561a920464bcc80be5eff21 Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Sat, 19 Nov 2005 00:56:33 +0000 Subject: [PATCH] Remove useless debugging message --- src/slurmd/slurmstepd/io.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/slurmd/slurmstepd/io.c b/src/slurmd/slurmstepd/io.c index 60b72891ef9..f6971c9a674 100644 --- a/src/slurmd/slurmstepd/io.c +++ b/src/slurmd/slurmstepd/io.c @@ -376,10 +376,8 @@ _client_write(eio_obj_t *obj, List objs) * Write message to socket. */ buf = client->out_msg->data + (client->out_msg->length - client->out_remaining); - debug5("made it here"); again: if ((n = write(obj->fd, buf, client->out_remaining)) < 0) { - debug5("made it here too"); if (errno == EINTR) goto again; if ((errno == EAGAIN) || (errno == EWOULDBLOCK)) { -- GitLab