mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino: silence rcinput debug output
This commit is contained in:
@@ -1157,7 +1157,7 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
||||
continue;
|
||||
SHTDCNT::getInstance()->resetSleepTimer();
|
||||
uint32_t trkey = translate(ev.code, i);
|
||||
#ifdef DEBUG
|
||||
#ifdef _DEBUG
|
||||
printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str());
|
||||
#endif
|
||||
if (trkey == RC_nokey)
|
||||
|
Reference in New Issue
Block a user