From d6cfc2552f109dbf427c9e1f924d039095d1cd1e Mon Sep 17 00:00:00 2001 From: Geoffrey Merck F4FXL - KC3FRA Date: Wed, 21 Nov 2018 20:58:08 +0100 Subject: [PATCH] Remove test/debug code --- Common/G2ProtocolHandler.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Common/G2ProtocolHandler.cpp b/Common/G2ProtocolHandler.cpp index 84040eb..50735c9 100644 --- a/Common/G2ProtocolHandler.cpp +++ b/Common/G2ProtocolHandler.cpp @@ -95,9 +95,6 @@ bool CG2ProtocolHandler::readPackets(in_addr& remoteAddress, unsigned int& remot if (length <= 0) return false; - if(length >= 1) - wxLogMessage(wxT("bla %i"), length); - m_length = length; if (m_buffer[0] != 'D' || m_buffer[1] != 'S' || m_buffer[2] != 'V' || m_buffer[3] != 'T') {