--- members.c 2000/12/13 15:35:14 1.2
+++ members.c 2000/12/15 15:48:00 1.3
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/members.c,v $
- $Revision: 1.2 $
+ $Revision: 1.3 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -41,9 +41,6 @@
char * p;
int i;
- debug((DEBUG_COMMAND, 3, "SendSubscriberList(\"%s\") with default list \"%s\".",
- param1, defaultlist));
-
/* Try to find out, which parameter is what. */
if (param1 != NULL) {
@@ -103,9 +100,6 @@
/* Okay, send the address list back. */
- debug((DEBUG_COMMAND, 1, "Sending list of subscribed addresses for list "
- "\"%s\" to \"%s\".", listname, address));
-
buffer = text_easy_sprintf("lists/%s/list", listname);
buffer = loadfile(buffer);
if (buffer == NULL) {
|