* 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) if (asset != null)
{ {
MainLog.Instance.Verbose( //MainLog.Instance.Verbose(
"ASSET", "Asset {0} received from asset server", req.AssetID); // "ASSET", "Asset {0} received from asset server", req.AssetID);
m_receiver.AssetReceived(asset, req.IsTexture); m_receiver.AssetReceived(asset, req.IsTexture);
} }