remove debug msgs

This commit is contained in:
UbitUmarov
2014-09-26 03:52:10 +01:00
parent 598ab37b97
commit d29a04fc20
2 changed files with 1 additions and 7 deletions

View File

@@ -220,8 +220,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
m_Scene.AssetService.Store(asset);
m_Scene.CreateNewInventoryItem(
remoteClient, remoteClient.AgentId.ToString(), string.Empty, folderID,
name, description, 0, callbackID, asset, invType, nextOwnerMask, creationDate,transactionID);
m_log.DebugFormat("Asset stored and inventory item created");
name, description, 0, callbackID, asset, invType, nextOwnerMask, creationDate,transactionID);
}
else
{