diff --git a/platform_mac/mac_4ed.m b/platform_mac/mac_4ed.m index ed7a1ae8..87dacad3 100644 --- a/platform_mac/mac_4ed.m +++ b/platform_mac/mac_4ed.m @@ -767,12 +767,14 @@ osx_list_loadable_fonts(void){ result.paths[i] = path_c; } +#if 0 for (int i = 0; i < count; ++i){ char *name = result.names[i]; char *path = result.paths[i]; fprintf(stdout, "found: %s\nat: %s\n", name, path); fflush(stdout); } +#endif return(result); }