From ef4cae5587ad601a4df06fffe7c097932854c0a7 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 30 Mar 2007 15:51:38 +0000 Subject: [PATCH] --- OpenSim.RegionServer/SimClient.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenSim.RegionServer/SimClient.cs b/OpenSim.RegionServer/SimClient.cs index 6ea9e6e446..6e817331ee 100644 --- a/OpenSim.RegionServer/SimClient.cs +++ b/OpenSim.RegionServer/SimClient.cs @@ -69,7 +69,7 @@ namespace OpenSim private const int MAX_SEQUENCE = 0xFFFFFF; private AgentAssetUpload UploadAssets; private LLUUID newAssetFolder = LLUUID.Zero; - private bool debug = true;//false; + private bool debug = false; private World m_world; private Dictionary m_clientThreads; private AssetCache m_assetCache; @@ -764,7 +764,6 @@ namespace OpenSim { if (packet.InventoryBlock.Type == 7) { - this.debug = true; //lets try this out with creating a notecard AssetBase asset = new AssetBase(); asset.Name = Helpers.FieldToString(packet.InventoryBlock.Name);