From c5d63e2eccf483c0e785d373ab9ea9a504c734f4 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 26 Mar 2019 18:20:02 +1100 Subject: [PATCH] remove debug code accidentally left in lobby --- src/lobby/GameConnection.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lobby/GameConnection.cpp b/src/lobby/GameConnection.cpp index 93627743..076bb9f6 100644 --- a/src/lobby/GameConnection.cpp +++ b/src/lobby/GameConnection.cpp @@ -387,9 +387,7 @@ void Sapphire::Network::GameConnection::handleGamePacket( Packets::FFXIVARR_PACK uint32_t tmpId = packet.segHdr.target_actor; Logger::info( "OpCode [{0}]", *reinterpret_cast< uint16_t* >( &packet.data[ 2 ] ) ); - - Logger::info( Util::binaryToHexDump( packet.data.data(), packet.data.size() ) ); - + switch( *reinterpret_cast< uint16_t* >( &packet.data[ 2 ] ) ) { case ClientVersionInfo: