neutrino: silence rcinput debug output

This commit is contained in:
Stefan Seyfried
2011-05-01 15:33:12 +02:00
parent 4a49f203f7
commit 40f50f88cc

View File

@@ -1157,7 +1157,7 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
continue; continue;
SHTDCNT::getInstance()->resetSleepTimer(); SHTDCNT::getInstance()->resetSleepTimer();
uint32_t trkey = translate(ev.code, i); 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()); printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str());
#endif #endif
if (trkey == RC_nokey) if (trkey == RC_nokey)