diff --git a/Common/DVMegaController.cpp b/Common/DVMegaController.cpp index e6d3571..73df6eb 100644 --- a/Common/DVMegaController.cpp +++ b/Common/DVMegaController.cpp @@ -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];