From a58660a2f8ad52fd3ff820e46ef969522968317e Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 15 Dec 2021 11:23:48 -0700 Subject: [PATCH] don't need to the the M17 packet --- reflector/M17Protocol.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reflector/M17Protocol.cpp b/reflector/M17Protocol.cpp index 008cc2c..658da55 100644 --- a/reflector/M17Protocol.cpp +++ b/reflector/M17Protocol.cpp @@ -243,10 +243,6 @@ void CM17Protocol::HandleQueue(void) EncodeM17Packet(frame, m_StreamsCache[module].m_dvHeader, (CDvFramePacket &)*packet.get(), m_StreamsCache[module].m_iSeqCounter++); -#ifdef DEBUG - Dump("M17 Packet:", frame.magic, sizeof(SM17Frame)); -#endif - // push it to all our clients linked to the module and who are not streaming in CClients *clients = g_Reflector.GetClients(); auto it = clients->begin();