From: zacheiss Date: Sat, 14 Mar 2009 16:16:47 +0000 (+0000) Subject: No debugging printf. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/08e6a55d28c32079c7e404079641b464d3276512?hp=a0407f4017984c1d42205b0347cb552681932a62 No debugging printf. --- diff --git a/incremental/ldap/winad.c b/incremental/ldap/winad.c index e333ef31..c0237ef1 100755 --- a/incremental/ldap/winad.c +++ b/incremental/ldap/winad.c @@ -6084,9 +6084,6 @@ int populate_group(LDAP *ldap_handle, char *dn_path, char *group_name, while (ptr != NULL) { - com_err(whoami, 0, "Processing member %s:%s", ptr->type, - ptr->member); - if (!strcasecmp(ptr->type, "LIST")) { ptr = ptr->next;