aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-17 16:14:23 +0000
committerJustin Clarke Casey2008-11-17 16:14:23 +0000
commit558704be8bf96a58fe18dac19cfb37a81dbba57b (patch)
tree56de364930ae75ad591645f80eed20331393bbf6 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* Eliminate SOG.FakeDeleteGroup() since it is now identical with DeleteGroup(... (diff)
downloadopensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.zip
opensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.tar.gz
opensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.tar.bz2
opensim-SC_OLD-558704be8bf96a58fe18dac19cfb37a81dbba57b.tar.xz
* Remove the TransferRequest and hip debugging console output that crept in recently
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 42565c5..13d1bbb 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4946,7 +4946,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4946 //Console.WriteLine("ClientView.ProcessPackets.cs:ProcessInPacket() - Got transfer request"); 4946 //Console.WriteLine("ClientView.ProcessPackets.cs:ProcessInPacket() - Got transfer request");
4947 4947
4948 TransferRequestPacket transfer = (TransferRequestPacket)Pack; 4948 TransferRequestPacket transfer = (TransferRequestPacket)Pack;
4949 Console.WriteLine("Transfer Request: " + transfer.ToString()); 4949 //Console.WriteLine("Transfer Request: " + transfer.ToString());
4950 // Validate inventory transfers 4950 // Validate inventory transfers
4951 // Has to be done here, because AssetCache can't do it 4951 // Has to be done here, because AssetCache can't do it
4952 // 4952 //