From 60b550ebc0e9d88aceb5f5eb4788349fb6c1a68a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Jul 2014 11:19:05 +0200 Subject: [PATCH] conf: remove WIN32 debug logs --- src/conf.c | 2 -- 1 file changed, 2 deletions(-) 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)) { -- 2.30.2