Removed debugging printf statement.
authorMassimiliano Mantione <massi@mono-cvs.ximian.com>
Fri, 19 Jun 2009 16:53:07 +0000 (16:53 -0000)
committerMassimiliano Mantione <massi@mono-cvs.ximian.com>
Fri, 19 Jun 2009 16:53:07 +0000 (16:53 -0000)
svn path=/trunk/mono/; revision=136500

mono/profiler/ChangeLog
mono/profiler/mono-profiler-logging.c

index ccf0250543b91813c654dc7b30e6d3a4ff9fe51e..7aed4e2ececd0248ff98825225b5f8576d73ed68 100644 (file)
@@ -1,3 +1,6 @@
+2009-06-18  Massimiliano Mantione <massi@ximian.com>
+       * mono-profiler-logging.c: Removed debugging printf statement.
+
 2009-06-18  Massimiliano Mantione <massi@ximian.com>
        * mono-profiler-logging.c:
        Added assembly information to classes and wrapper flag to methods.
index 09b0164571c78f966551108717b4cc2d99d84e69..266be44b68c24829f390c6b7dd4fcba39c0bb4f6 100644 (file)
@@ -2377,9 +2377,6 @@ write_mapping_block (gsize thread_id) {
                        write_uint32 (0);
                }
                write_string (current_method->name);
-               
-               printf ("MAPPING: method [flags %d, iflags %d, wrapper %d] %s\n", method->flags, method->flags, method->flags, current_method->name);
-               
 #if (DEBUG_MAPPING_EVENTS)
                printf ("mapping METHOD ([%d]%d => %s)\n", class_element?class_element->id:1, current_method->id, current_method->name);
 #endif