mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-29 21:21:08 +00:00
Remove debugging printf(.) that was left in unixcomm.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user