From: zacheiss Date: Thu, 28 May 2009 18:38:39 +0000 (+0000) Subject: Remove debugging output. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/58995e0a6df6f0b7947984a6e0a5b37534332a22 Remove debugging output. --- diff --git a/incremental/ldap/winad.c b/incremental/ldap/winad.c index 54894d44..24cc0b06 100755 --- a/incremental/ldap/winad.c +++ b/incremental/ldap/winad.c @@ -9151,15 +9151,9 @@ int contains_member(LDAP *ldap_handle, char *dn_path, char *group_name, } if (group_count) - { - com_err(whoami, 0, "Group %s contains member %s", group_name, user_name); - rc = 1; - } + rc = 1; else - { - com_err(whoami, 0, "Group %s does not contain member %s", group_name, user_name); - rc = 0; - } + rc = 0; linklist_free(group_base); group_count = 0;