From dbda9334f1c9f82f59c519794c67b42db15a9225 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Sun, 22 May 2011 13:37:52 +0200 Subject: [PATCH] removed printout --- testApp/utils/introspectionRegistryTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/utils/introspectionRegistryTest.cpp b/testApp/utils/introspectionRegistryTest.cpp index cc37609..24efb8a 100644 --- a/testApp/utils/introspectionRegistryTest.cpp +++ b/testApp/utils/introspectionRegistryTest.cpp @@ -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(); }