From e3543cbbddd60a9963beabd13e76f47a2a349382 Mon Sep 17 00:00:00 2001 From: Phil Budne Date: Wed, 21 Feb 2018 00:32:00 -0500 Subject: [PATCH] DISPLAY: remove deeply offensive and hastily commented out printf (probably added while trying to figure out why display code is broken on Linux) --- display/display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/display/display.c b/display/display.c index 89c8a93e..65e6bf11 100644 --- a/display/display.c +++ b/display/display.c @@ -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) \