Remove a console debug output
parent
c3d7d7bb51
commit
e5929f4a1c
|
@ -6252,7 +6252,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
break;
|
||||
case PacketType.DirPlacesQuery:
|
||||
DirPlacesQueryPacket dirPlacesQueryPacket = (DirPlacesQueryPacket)Pack;
|
||||
Console.WriteLine(dirPlacesQueryPacket.ToString());
|
||||
//Console.WriteLine(dirPlacesQueryPacket.ToString());
|
||||
|
||||
handlerDirPlacesQuery = OnDirPlacesQuery;
|
||||
if (handlerDirPlacesQuery != null)
|
||||
|
|
Loading…
Reference in New Issue