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:
parent
6bccbfbcf3
commit
bb0b011f90
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user