* Removing dead comments

This commit is contained in:
Adam Frisby
2007-06-05 12:22:42 +00:00
parent 7347f146c6
commit 891b92a780
12 changed files with 1 additions and 34 deletions

View File

@@ -71,7 +71,6 @@ namespace OpenSim
protected bool AgentTextureCached(ClientView simclient, Packet packet)
{
// Console.WriteLine(packet.ToString());
AgentCachedTexturePacket chechedtex = (AgentCachedTexturePacket)packet;
AgentCachedTextureResponsePacket cachedresp = new AgentCachedTextureResponsePacket();
cachedresp.AgentData.AgentID = this.AgentID;
@@ -162,8 +161,6 @@ namespace OpenSim
mbReply.Data[j].X = System.Convert.ToUInt16(mp["x"]);
mbReply.Data[j].Y = System.Convert.ToUInt16(mp["y"]);
}
//Console.WriteLine("ADAMDEBUG: Queuing MapBlockReply #" + i.ToString() + " Contains " + iii.ToString() + " region(s)");
//Console.WriteLine(mbReply.ToString());
this.OutPacket(mbReply);
}
}