aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-09 16:16:16 +0000
committerJustin Clarke Casey2008-12-09 16:16:16 +0000
commit557567dcf8cd950afbee7d8e60e1148068031612 (patch)
treea6cf37800040c3eaeab9b0eeaf35ba9c237025d8 /OpenSim/Region/ClientStack
parentFrom: Christopher Yeoh <yeohc@au1.ibm.com> (diff)
downloadopensim-SC_OLD-557567dcf8cd950afbee7d8e60e1148068031612.zip
opensim-SC_OLD-557567dcf8cd950afbee7d8e60e1148068031612.tar.gz
opensim-SC_OLD-557567dcf8cd950afbee7d8e60e1148068031612.tar.bz2
opensim-SC_OLD-557567dcf8cd950afbee7d8e60e1148068031612.tar.xz
* minor: remove some old logging messages
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs5
1 files changed, 2 insertions, 3 deletions
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
1791 bulkUpdate.AgentData.TransactionID = transactionId; 1791 bulkUpdate.AgentData.TransactionID = transactionId;
1792 bulkUpdate.FolderData = folderDataBlocks.ToArray(); 1792 bulkUpdate.FolderData = folderDataBlocks.ToArray();
1793 1793
1794 Console.WriteLine("SendBulkUpdateInventory :" + bulkUpdate); 1794 //Console.WriteLine("SendBulkUpdateInventory :" + bulkUpdate);
1795 OutPacket(bulkUpdate, ThrottleOutPacketType.Asset); 1795 OutPacket(bulkUpdate, ThrottleOutPacketType.Asset);
1796 } 1796 }
1797 } 1797 }
@@ -1834,7 +1834,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1834 items.RemoveAt(items.Count - 1); 1834 items.RemoveAt(items.Count - 1);
1835 } 1835 }
1836 1836
1837 Console.WriteLine("SendBulkUpdateInventoryRecursive :" + bulkUpdate); 1837 //Console.WriteLine("SendBulkUpdateInventoryRecursive :" + bulkUpdate);
1838 OutPacket(bulkUpdate, ThrottleOutPacketType.Asset); 1838 OutPacket(bulkUpdate, ThrottleOutPacketType.Asset);
1839 1839
1840 folderDataBlocks = new List<BulkUpdateInventoryPacket.FolderDataBlock>(); 1840 folderDataBlocks = new List<BulkUpdateInventoryPacket.FolderDataBlock>();
@@ -2525,7 +2525,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2525 return; 2525 return;
2526 2526
2527 ObjectAttachPacket attach = (ObjectAttachPacket)PacketPool.Instance.GetPacket(PacketType.ObjectAttach); 2527 ObjectAttachPacket attach = (ObjectAttachPacket)PacketPool.Instance.GetPacket(PacketType.ObjectAttach);
2528 Console.WriteLine("Attach object!");
2529 // TODO: don't create new blocks if recycling an old packet 2528 // TODO: don't create new blocks if recycling an old packet
2530 attach.AgentData.AgentID = AgentId; 2529 attach.AgentData.AgentID = AgentId;
2531 attach.AgentData.SessionID = m_sessionId; 2530 attach.AgentData.SessionID = m_sessionId;