]> git.sur5r.net Git - openldap/commitdiff
remove printf
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 5 Feb 2003 15:38:11 +0000 (15:38 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 5 Feb 2003 15:38:11 +0000 (15:38 +0000)
clients/tools/ldapsearch.c

index 46745acef2a09541411b38d8cb2401fedc4df43a..b1916717877c986b5d644aa17c02ce9968d686e0 100644 (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 );
        }