Removed debug code from the previous commit.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3588 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2011-10-22 22:20:31 +00:00
parent 3acbd93cf9
commit 542c7cb474

View File

@@ -170,11 +170,6 @@ namespace OpenMetaverse.Packets
{
Type fieldType = field.FieldType;
if (field.Name.EndsWith("Mask"))
{
int foo = 1;
}
if (fieldType == typeof(ulong))
{
// ulongs come in as a byte array, convert it manually here