Reduce the logging for the DVMega driver.

pull/9/head
Jonathan Naylor 7 years ago
parent 112780e7e7
commit ace248cb40

@ -232,7 +232,7 @@ void* CDVMegaController::Entry()
break;
case RTM_EOT: {
wxLogMessage(wxT("RT_EOT"));
// wxLogMessage(wxT("RT_EOT"));
wxMutexLocker locker(m_mutex);
unsigned char data[2U];
@ -245,7 +245,7 @@ void* CDVMegaController::Entry()
break;
case RTM_RXLOST: {
wxLogMessage(wxT("RT_LOST"));
// wxLogMessage(wxT("RT_LOST"));
wxMutexLocker locker(m_mutex);
unsigned char data[2U];

Loading…
Cancel
Save

Powered by TurnKey Linux.