From 7b85bacc8b8c0a630250af04964f2eb2b78739bd Mon Sep 17 00:00:00 2001 From: Alexis Christoforides Date: Fri, 6 Sep 2019 14:27:57 -0400 Subject: [PATCH] Remove accidentally committed debug line Commit migrated from https://github.com/mono/mono/commit/18fb728c65b806285454af7ef3da0faa7c7160db --- src/mono/mono/mini/mini-exceptions.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mono/mono/mini/mini-exceptions.c b/src/mono/mono/mini/mini-exceptions.c index 8608aa3..e1d4c37 100644 --- a/src/mono/mono/mini/mini-exceptions.c +++ b/src/mono/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 -- 2.7.4