From 5ffbba9a8ff4e0a82fa8e761cad5c3fe1c4a3842 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 4 Dec 2008 21:06:25 +0000 Subject: * minor: Take out some of the test log output I accidentally left in a couple of commits ago --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- .../Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 42f190f..bca9b91 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -1144,7 +1144,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP msg.MessageBlock.Message = Utils.StringToBytes(message); msg.MessageBlock.BinaryBucket = binaryBucket; - System.Console.WriteLine("SendInstantMessage: " + msg); + //System.Console.WriteLine("SendInstantMessage: " + msg); OutPacket(msg, ThrottleOutPacketType.Task); } } diff --git a/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs index b41c36f..4a7f336 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs @@ -136,7 +136,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Inventory.Transfer if (im.dialog == (byte) InstantMessageDialog.InventoryOffered) { - m_log.DebugFormat("Asset type {0}", ((AssetType)im.binaryBucket[0])); + //m_log.DebugFormat("Asset type {0}", ((AssetType)im.binaryBucket[0])); ScenePresence user = scene.GetScenePresence(new UUID(im.toAgentID)); UUID copyID; -- cgit v1.1