mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Remove a console debug output
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user