From ace248cb40514365e91181165dd2afe30ed4a3bd Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 28 May 2019 07:46:10 +0100 Subject: [PATCH] Reduce the logging for the DVMega driver. --- Common/DVMegaController.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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];