From: Jong Hyuk Choi Date: Wed, 5 Feb 2003 15:38:11 +0000 (+0000) Subject: remove printf X-Git-Tag: NO_SLAP_OP_BLOCKS~434 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=528845029456b8b55a272d5aa82c711c103e8e16;p=openldap remove printf --- diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 46745acef2..b191671787 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -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 ); }