Switch to compiler-tester
[mono.git] / mono / metadata / locales.c
index 5b44d21b44b16db9f56361c2fa4357b68cd5169e..2c8fdff303e31184b9ca4b29091eec39ffd00824 100644 (file)
@@ -409,7 +409,7 @@ ves_icall_System_Globalization_CultureInfo_construct_internal_locale_from_name (
                        sizeof (CultureInfoNameEntry), culture_name_locator);
 
        if (ne == NULL) {
-                g_print ("ne (%s) is null\n", n);
+                /*g_print ("ne (%s) is null\n", n);*/
                g_free (n);
                return FALSE;
         }