diff --git a/sim_card.c b/sim_card.c index 5a2bf02..f33e7dd 100644 --- a/sim_card.c +++ b/sim_card.c @@ -1270,7 +1270,6 @@ sim_card_attach(UNIT * uptr, CONST char *cptr) } if ((temp & 0xf000) == 0) { data->hol_to_ascii[temp] = i; - fprintf(stderr, "%03x %04o '%c'\n\r", temp, temp, i); } }