Remove debugging spew
authorRaja R Harinath <harinath@hurrynot.org>
Sat, 15 Aug 2009 10:19:53 +0000 (10:19 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Sat, 15 Aug 2009 10:19:53 +0000 (10:19 -0000)
svn path=/trunk/mono/; revision=140010

mono/metadata/verify.c

index 4311ee8726aa21be981eb20f0f0754cd7ba1c890..6496ab8b3a787d1b030b29000e0e3f054a472d62 100644 (file)
@@ -2061,7 +2061,6 @@ get_boxable_mono_type (VerifyContext* ctx, int token, const char *opcode)
        if (!(type = verifier_load_type (ctx, token, opcode)))
                return NULL;
 
-       printf ("Type is %s -- %x\n", mono_type_full_name (type), type->type);
        if (type->byref && type->type != MONO_TYPE_TYPEDBYREF) {
                ADD_VERIFY_ERROR (ctx, g_strdup_printf ("Invalid use of byref type for %s at 0x%04x", opcode, ctx->ip_offset));
                return NULL;