Deleted extraneous debug message

connector_plugin
Diva Canto 2012-09-25 10:46:21 -07:00
parent 1c42337381
commit 4ec2fc4cc2
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, userAssetURL);
uuidGatherer.GatherAssetUuids(assetID, (AssetType)meta.Type, ids);
m_log.DebugFormat("[HG ASSET MAPPER]: Successfully fetched asset {0} from asset server {1}", assetID, userAssetURL);
}