1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 11:55:43 +00:00

DISPLAY: remove deeply offensive and hastily commented out printf

(probably added while trying to figure out why display code is broken on Linux)
This commit is contained in:
Phil Budne
2018-02-21 00:32:00 -05:00
parent 62678623b8
commit e3543cbbdd

View File

@@ -1007,7 +1007,6 @@ unsigned long spacewar_switches = 0;
void
display_keydown(int k)
{
/*printf("down '%c'\r\n", k); /**/
switch (k) {
/* handle spacewar switches: see display.h for copious commentary */
#define SWSW(LC,UC,BIT,POS36,FUNC36) \