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();