removed excess debug.

This commit is contained in:
gardners 2012-05-03 16:21:14 +09:30
parent 11132c40c9
commit f1ac067d4f

View File

@ -212,7 +212,6 @@ int monitor_poll()
struct monitor_context *c=&monitor_sockets[i]; struct monitor_context *c=&monitor_sockets[i];
fcntl(c->socket,F_SETFL, fcntl(c->socket,F_SETFL,
fcntl(c->socket, F_GETFL, NULL)|O_NONBLOCK); fcntl(c->socket, F_GETFL, NULL)|O_NONBLOCK);
WHYF("looking at monitor socket #%d",i);
switch(c->state) { switch(c->state) {
case MONITOR_STATE_COMMAND: case MONITOR_STATE_COMMAND:
bytes=1; bytes=1;