--- libaitio/src/exec.c 2013/12/12 23:06:45 1.1.2.20 +++ libaitio/src/exec.c 2013/12/12 23:36:31 1.1.2.21 @@ -254,7 +254,6 @@ io_progOpen(prog_t * __restrict prg, u_int execNum) pthread_mutex_lock(&prg->prog_mtx); for (i = 0; (execNum ? ret < execNum : 42) && i < array_Size(prg->prog_fds); i++) if (!array_Get(prg->prog_fds, i)) { - printf("%d) %s!!! %d ret=%d\n", i, __func__, execNum, ret); f = e_popen(prg->prog_name, "r+", &pid); #ifdef POPEN_STREAM if (!f) {