* Remove the TransferRequest and hip debugging console output that crept in recently

This commit is contained in:
Justin Clarke Casey
2008-11-17 16:14:23 +00:00
parent c41903077d
commit 558704be8b
3 changed files with 4 additions and 5 deletions

View File

@@ -4946,7 +4946,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
//Console.WriteLine("ClientView.ProcessPackets.cs:ProcessInPacket() - Got transfer request");
TransferRequestPacket transfer = (TransferRequestPacket)Pack;
Console.WriteLine("Transfer Request: " + transfer.ToString());
//Console.WriteLine("Transfer Request: " + transfer.ToString());
// Validate inventory transfers
// Has to be done here, because AssetCache can't do it
//