remove printf

This commit is contained in:
Jong Hyuk Choi 2003-02-05 15:38:11 +00:00
parent e258f53be2
commit 5288450294

View File

@ -925,8 +925,6 @@ static int dosearch(
rc = ldap_search_ext( ld, base, scope, filter, attrs, attrsonly,
sctrls, cctrls, timeout, sizelimit, &msgid );
printf("msgid = %d\n", msgid);
if ( filtpatt != NULL ) {
free( filter );
}