diff --git a/server/gameserver/pbutils.cc b/server/gameserver/pbutils.cc index 1d518137..a303f388 100644 --- a/server/gameserver/pbutils.cc +++ b/server/gameserver/pbutils.cc @@ -3108,13 +3108,5 @@ void CustomBattle::NotifyState() }); for (auto& pair : socket_hash_) { GGListener::Instance()->SendToClient(pair.first, 0, notify_msg); - cs::SMPing notifymsg; - GGListener::Instance()->SendToClient(pair.first, 0, notify_msg); -#if 0 - a8::XPrintf("SMBattlePreInfoUpdate %d\n", {pair.first}); -#endif } -#ifdef MYDEBUG1 - a8::XPrintf("SMBattlePreInfoUpdate:%s %d\n", {f8::PbToJson(¬ify_msg), socket_hash_.size()}); -#endif }