Deleted a verbose and unneeded log message.

viewer-2-initial-appearance
Diva Canto 2010-10-21 12:00:30 -07:00
parent bb78f1c05a
commit fe99f194ad
1 changed files with 1 additions and 1 deletions

View File

@ -3423,7 +3423,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
avp.Sender.IsTrial = false;
avp.Sender.ID = agentID;
m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
//m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
OutPacket(avp, ThrottleOutPacketType.Task);
}