From 41b5d78c421691720d51c78d122ecaf2eca6e19a Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Wed, 22 Feb 2017 20:07:29 +0100 Subject: [PATCH] Revert "- rc_input: do always show key-presses in console; ..." This reverts commit 056b47c09b8794bbca1f00d62dc25d33808ade26. --- src/driver/rcinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/rcinput.cpp b/src/driver/rcinput.cpp index 1fda8793c..989a2d872 100644 --- a/src/driver/rcinput.cpp +++ b/src/driver/rcinput.cpp @@ -1344,7 +1344,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6 } uint32_t trkey = translate(ev.code); - printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str()); + d_printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str()); if (trkey == RC_nokey) continue;