Logging cleanup

This commit is contained in:
HikikoMarmy
2025-07-17 22:08:46 +01:00
parent f35c6ca0fe
commit 25bd188218
8 changed files with 0 additions and 18 deletions

View File

@@ -405,10 +405,6 @@ void LobbyServer::HandleRequest( sptr_socket socket, sptr_byte_stream stream )
auto packetId = stream->read< uint16_t >();
stream->set_position( 0 );
//Log::Debug( "Event Request {}", packetId );
//Log::Packet( stream->m_buffer, stream->m_buffer.size(), false );
auto it = REQUEST_EVENT.find( packetId );
if( it == REQUEST_EVENT.end() )
{