From: Max Kellermann Date: Mon, 14 Jul 2014 09:19:05 +0000 (+0200) Subject: conf: remove WIN32 debug logs X-Git-Tag: v0.24~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60b550ebc0e9d88aceb5f5eb4788349fb6c1a68a;p=ncmpc.git conf: remove WIN32 debug logs --- diff --git a/src/conf.c b/src/conf.c index 03ba80d..0f7a494 100644 --- a/src/conf.c +++ b/src/conf.c @@ -617,7 +617,6 @@ build_system_conf_filename(void) for (system_data_dirs = g_get_system_config_dirs (); *system_data_dirs != NULL; system_data_dirs++) { - g_message (*system_data_dirs); pathname = g_build_filename(*system_data_dirs, PACKAGE, "ncmpc.conf", NULL); if (g_file_test(pathname, G_FILE_TEST_EXISTS)) { @@ -654,7 +653,6 @@ g_build_system_key_binding_filename(void) for (system_data_dirs = g_get_system_config_dirs (); *system_data_dirs != NULL; system_data_dirs++) { - g_message (*system_data_dirs); pathname = g_build_filename(*system_data_dirs, PACKAGE, "keys.conf", NULL); if (g_file_test(pathname, G_FILE_TEST_EXISTS)) {