1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Remove debugging printf(.) that was left in unixcomm.c

This commit is contained in:
Nick Briggs 2022-01-03 22:48:23 -08:00
parent 6bccbfbcf3
commit bb0b011f90

View File

@ -526,7 +526,7 @@ LispPTR Unix_handlecomm(LispPTR *args) {
for (int i = 0; i < 10; i++) {
wait_for_comm_processes();
if (UJ[slot].status != -1) break;
usleep(10000); printf("."); fflush(stdout);
usleep(10000);
}
/* check again before we terminate it */
if (UJ[slot].status != -1) break;