minor: comment out individual attachment transfer log messages for now

0.7.3-extended
Justin Clark-Casey (justincc) 2012-05-14 18:48:40 +01:00
parent 17c7ef06ba
commit a13f2c6985
1 changed files with 4 additions and 4 deletions

View File

@ -2554,10 +2554,10 @@ namespace OpenSim.Region.Framework.Scenes
{
SceneObjectGroup grp = sceneObject;
m_log.DebugFormat(
"[ATTACHMENT]: Received attachment {0}, inworld asset id {1}", grp.FromItemID, grp.UUID);
m_log.DebugFormat(
"[ATTACHMENT]: Attach to avatar {0} at position {1}", sp.UUID, grp.AbsolutePosition);
// m_log.DebugFormat(
// "[ATTACHMENT]: Received attachment {0}, inworld asset id {1}", grp.FromItemID, grp.UUID);
// m_log.DebugFormat(
// "[ATTACHMENT]: Attach to avatar {0} at position {1}", sp.UUID, grp.AbsolutePosition);
RootPrim.RemFlag(PrimFlags.TemporaryOnRez);