Change some comments that have been superseded

0.6.1-post-fixes
Melanie Thielker 2008-11-17 18:16:08 +00:00
parent 30b626024c
commit 0a01826843
1 changed files with 1 additions and 10 deletions

View File

@ -6145,8 +6145,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{ {
handlerEconomoyDataRequest(AgentId); handlerEconomoyDataRequest(AgentId);
} }
// TODO: handle this packet
//m_log.Warn("[CLIENT]: unhandled EconomyDataRequest packet");
break; break;
case PacketType.RequestPayPrice: case PacketType.RequestPayPrice:
RequestPayPricePacket requestPayPricePacket = (RequestPayPricePacket)Pack; RequestPayPricePacket requestPayPricePacket = (RequestPayPricePacket)Pack;
@ -6288,12 +6286,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
//m_log.Warn("[CLIENT]: unhandled ViewerStats packet"); //m_log.Warn("[CLIENT]: unhandled ViewerStats packet");
break; break;
//case PacketType.GenericMessage:
// TODO: handle this packet
//m_log.Warn("[CLIENT]: unhandled GenericMessage packet");
//break;
case PacketType.MapItemRequest: case PacketType.MapItemRequest:
// TODO: handle this packet
MapItemRequestPacket mirpk = (MapItemRequestPacket)Pack; MapItemRequestPacket mirpk = (MapItemRequestPacket)Pack;
//System.Console.WriteLine(mirpk.ToString()); //System.Console.WriteLine(mirpk.ToString());
handlerMapItemRequest = OnMapItemRequest; handlerMapItemRequest = OnMapItemRequest;
@ -6304,7 +6297,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
mirpk.RequestData.RegionHandle); mirpk.RequestData.RegionHandle);
} }
//m_log.Warn("[CLIENT]: unhandled MapItemRequest packet");
break; break;
case PacketType.TransferAbort: case PacketType.TransferAbort:
// TODO: handle this packet // TODO: handle this packet
@ -6319,8 +6311,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
//m_log.Warn("[CLIENT]: unhandled ParcelDwellRequest packet"); //m_log.Warn("[CLIENT]: unhandled ParcelDwellRequest packet");
break; break;
case PacketType.UseCircuitCode: case PacketType.UseCircuitCode:
// TODO: Don't display this one, we handle it at a lower level // Don't display this one, we handle it at a lower level
//m_log.Warn("[CLIENT]: unhandled UseCircuitCode packet");
break; break;
case PacketType.AgentHeightWidth: case PacketType.AgentHeightWidth: