diff --git a/gtk2_ardour/bundle_env_mingw.cc b/gtk2_ardour/bundle_env_mingw.cc index bb2736bead..d4b3fbe8b9 100644 --- a/gtk2_ardour/bundle_env_mingw.cc +++ b/gtk2_ardour/bundle_env_mingw.cc @@ -116,7 +116,6 @@ static std::string ardour_sans_file; static __cdecl void unload_custom_fonts() { - printf ("unload_custom_fonts\n"); if (!ardour_mono_file.empty ()) { RemoveFontResource(ardour_mono_file.c_str()); }