Remove accidentally committed debug line
authorAlexis Christoforides <alexis@thenull.net>
Fri, 6 Sep 2019 18:27:57 +0000 (14:27 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Fri, 6 Sep 2019 18:27:57 +0000 (14:27 -0400)
Commit migrated from https://github.com/mono/mono/commit/18fb728c65b806285454af7ef3da0faa7c7160db

src/mono/mono/mini/mini-exceptions.c

index 8608aa3..e1d4c37 100644 (file)
@@ -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