mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* removed another superfluous debug message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user