Cost Reduction : Removing verbose message....

avinationmerge
sacha 2010-08-04 08:16:55 +00:00
parent 463fbb4990
commit a48c493210
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
private void OnInstantMessage(IClientAPI client, GridInstantMessage im)
{
m_log.InfoFormat("[INVENTORY TRANSFER]: OnInstantMessage {0}", im.dialog);
//m_log.InfoFormat("[INVENTORY TRANSFER]: OnInstantMessage {0}", im.dialog);
Scene scene = FindClientScene(client.AgentId);