configuration: clean up unneeded code and comments

This commit is contained in:
Ian Barwick
2020-05-14 15:39:51 +09:00
parent ff4771ab02
commit 5c16e94672
2 changed files with 2 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ ProcessRepmgrConfigFile(const char *config_file, const char *base_dir, ItemList
extern bool
ProcessPostgresConfigFile(const char *config_file, const char *base_dir, KeyValueList *contents, ItemList *error_list, ItemList *warning_list)
{
printf("ProcessPostgresConfigFile(): base: %s file: %s\n", base_dir, config_file);
//printf("ProcessPostgresConfigFile(): base: %s file: %s\n", base_dir, config_file);
return ProcessConfigFile(base_dir, config_file, NULL, true, contents, error_list, warning_list);
}