removed printout

This commit is contained in:
Matej Sekoranja
2011-05-22 13:37:52 +02:00
parent b51b8215f7
commit dbda9334f1

View File

@@ -217,7 +217,7 @@ FieldConstPtr deserialize(IntrospectionRegistry* registry)
void checkTypeCode(int8 typeCodeIn)
{
int8 typeCode = buffer->getByte();
printf("%d == %d\n", typeCode, typeCodeIn);
//printf("%d == %d\n", typeCode, typeCodeIn);
assert(typeCode == typeCodeIn);
buffer->rewind();
}