Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2019-09-06 21:27:57 +0300
committerAlexis Christoforides <alexis@thenull.net>2019-09-06 21:27:57 +0300
commit18fb728c65b806285454af7ef3da0faa7c7160db (patch)
treee890926db5b8583627565fe51f1e447e139792de
parentb4886817efcb1825b6dad38ef6cf3999563b3581 (diff)
Remove accidentally committed debug line
-rw-r--r--mono/mini/mini-exceptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mono/mini/mini-exceptions.c b/mono/mini/mini-exceptions.c
index 8608aa38705..e1d4c37fc97 100644
--- a/mono/mini/mini-exceptions.c
+++ b/mono/mini/mini-exceptions.c
@@ -1464,7 +1464,6 @@ mono_crash_reporting_allow_all_native_libraries ()
static gboolean
check_whitelisted_module (const char *in_name, const char **out_module)
{
- g_async_safe_printf ("in_name: %s\n", in_name);
#ifndef MONO_PRIVATE_CRASHES
return TRUE;
#else