1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

SCP: Removed testing fprintf from sim_card.c

This commit is contained in:
Richard Cornwell 2019-08-10 19:43:34 -04:00
parent d2780b441e
commit cf4f2c748c

View File

@ -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);
}
}