mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-05 02:44:53 +00:00
SCP: Removed testing fprintf from sim_card.c
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user