* removed another superfluous debug message

afrisby
lbsa71 2008-01-09 09:31:07 +00:00
parent fd2603bcf4
commit c0252073d0
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ namespace OpenSim.Framework.Communications.Cache
if (asset != null)
{
MainLog.Instance.Verbose(
"ASSET", "Asset {0} received from asset server", req.AssetID);
//MainLog.Instance.Verbose(
// "ASSET", "Asset {0} received from asset server", req.AssetID);
m_receiver.AssetReceived(asset, req.IsTexture);
}