Remove a console debug output

0.6.0-stable
Melanie Thielker 2008-10-05 05:00:30 +00:00
parent c3d7d7bb51
commit e5929f4a1c
1 changed files with 1 additions and 1 deletions

View File

@ -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)