From 6ff1663900bcaae94690fabfe376275620079aae Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 10 Jan 2001 16:34:00 +0000 Subject: [PATCH] Removed debugging output. --- config.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config.c b/config.c index 9786356..62a5874 100644 --- a/config.c +++ b/config.c @@ -281,15 +281,6 @@ const struct List_Config* getListConfig(const char * listname) EXPAND(acl_file, list_acl_file); EXPAND(address_file, address_file); - printf("archivepath: %s\n", ListConfig->archivepath); - printf("intro_file: %s\n", ListConfig->intro_file); - printf("desc_file: %s\n", ListConfig->desc_file); - printf("sig_file: %s\n", ListConfig->sig_file); - printf("header_file: %s\n", ListConfig->header_file); - printf("acl_file: %s\n", ListConfig->acl_file); - printf("address_file: %s\n", ListConfig->address_file); - - AppendNode(ListConfigs, xstrdup(listname), ListConfig); return ListConfig;