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 void
display_keydown(int k) display_keydown(int k)
{ {
/*printf("down '%c'\r\n", k); /**/
switch (k) { switch (k) {
/* handle spacewar switches: see display.h for copious commentary */ /* handle spacewar switches: see display.h for copious commentary */
#define SWSW(LC,UC,BIT,POS36,FUNC36) \ #define SWSW(LC,UC,BIT,POS36,FUNC36) \