[aot] Remove debugging print.
authorJoão Matos <joao@tritao.eu>
Wed, 17 Feb 2016 17:18:06 +0000 (17:18 +0000)
committerJoão Matos <joao@tritao.eu>
Wed, 17 Feb 2016 17:48:09 +0000 (17:48 +0000)
mono/mini/aot-compiler.c

index 48354b70578e4718dfc13425014d86b3caaa45f4..4dca2e2e092a06cf88b216e0ebc4174096f30db3 100644 (file)
@@ -8608,7 +8608,6 @@ emit_exception_info (MonoAotCompile *acfg)
        if (seq_points_to_file) {
                char *seq_points_aot_file = acfg->aot_opts.gen_seq_points_file_path ? acfg->aot_opts.gen_seq_points_file_path
                        : g_strdup_printf("%s%s", acfg->image->name, SEQ_POINT_AOT_EXT);
-               printf("%s\n", seq_points_aot_file);
                mono_seq_point_data_write (&sp_data, seq_points_aot_file);
                mono_seq_point_data_free (&sp_data);
                g_free (seq_points_aot_file);