diff options
author | Melanie Thielker | 2008-10-24 15:04:35 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-24 15:04:35 +0000 |
commit | a9b1119e495a3a21c183f9495ac98dccda4abd20 (patch) | |
tree | 1717faf34d068411b6eb700606dc4b7ac6666962 /OpenSim/Region/ClientStack | |
parent | Lotsa plumming :) (diff) | |
download | opensim-SC_OLD-a9b1119e495a3a21c183f9495ac98dccda4abd20.zip opensim-SC_OLD-a9b1119e495a3a21c183f9495ac98dccda4abd20.tar.gz opensim-SC_OLD-a9b1119e495a3a21c183f9495ac98dccda4abd20.tar.bz2 opensim-SC_OLD-a9b1119e495a3a21c183f9495ac98dccda4abd20.tar.xz |
Remove a debug output dump
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 207f221..fc76086 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -6686,7 +6686,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
6686 | i++; | 6686 | i++; |
6687 | } | 6687 | } |
6688 | 6688 | ||
6689 | Console.WriteLine(groupRolesReply.ToString()); | ||
6690 | OutPacket(groupRolesReply, ThrottleOutPacketType.Task); | 6689 | OutPacket(groupRolesReply, ThrottleOutPacketType.Task); |
6691 | } | 6690 | } |
6692 | break; | 6691 | break; |