* 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

@@ -46,7 +46,6 @@ namespace OpenSim
// Keep track of when this packet was sent out
Pack.TickCount = Environment.TickCount;
//Console.WriteLine("OUT: " + Pack.Type.ToString());
if (!Pack.Header.Resent)
{
@@ -251,8 +250,6 @@ namespace OpenSim
return;
}
//OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Sending PacketAck");
int i = 0;
PacketAckPacket acks = new PacketAckPacket();