diff --git a/server/gameserver/matchteam.cc b/server/gameserver/matchteam.cc index aee079c..7ff5bfb 100644 --- a/server/gameserver/matchteam.cc +++ b/server/gameserver/matchteam.cc @@ -84,13 +84,7 @@ void MatchTeam::Init(f8::MsgHdr& hdr, const cs::CMJoin& msg) MatchTeam* team = (MatchTeam*)param.sender.GetUserData(); team->Update(); }, - &timer_attacher.timer_list_, - [] (const a8::XParams& param) - { -#ifdef DEBUG - a8::XPrintf("~MatchTeam.timer\n", {}); -#endif - } + &timer_attacher.timer_list_ ); phase_= kMatchCombining; phase_start_tick_ = a8::XGetTickCount();