* minor: Take out some of the test log output I accidentally left in a couple of commits ago

This commit is contained in:
Justin Clarke Casey
2008-12-04 21:06:25 +00:00
parent bdee86563c
commit 5ffbba9a8f
2 changed files with 2 additions and 2 deletions

View File

@@ -1144,7 +1144,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
msg.MessageBlock.Message = Utils.StringToBytes(message);
msg.MessageBlock.BinaryBucket = binaryBucket;
System.Console.WriteLine("SendInstantMessage: " + msg);
//System.Console.WriteLine("SendInstantMessage: " + msg);
OutPacket(msg, ThrottleOutPacketType.Task);
}
}