From 557567dcf8cd950afbee7d8e60e1148068031612 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 9 Dec 2008 16:16:16 +0000 Subject: * minor: remove some old logging messages --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 8aa70c9..160d57e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -1791,7 +1791,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP bulkUpdate.AgentData.TransactionID = transactionId; bulkUpdate.FolderData = folderDataBlocks.ToArray(); - Console.WriteLine("SendBulkUpdateInventory :" + bulkUpdate); + //Console.WriteLine("SendBulkUpdateInventory :" + bulkUpdate); OutPacket(bulkUpdate, ThrottleOutPacketType.Asset); } } @@ -1834,7 +1834,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP items.RemoveAt(items.Count - 1); } - Console.WriteLine("SendBulkUpdateInventoryRecursive :" + bulkUpdate); + //Console.WriteLine("SendBulkUpdateInventoryRecursive :" + bulkUpdate); OutPacket(bulkUpdate, ThrottleOutPacketType.Asset); folderDataBlocks = new List(); @@ -2525,7 +2525,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP return; ObjectAttachPacket attach = (ObjectAttachPacket)PacketPool.Instance.GetPacket(PacketType.ObjectAttach); - Console.WriteLine("Attach object!"); // TODO: don't create new blocks if recycling an old packet attach.AgentData.AgentID = AgentId; attach.AgentData.SessionID = m_sessionId; -- cgit v1.1