]> git.sur5r.net Git - openldap/commitdiff
Remove debugging fluff.
authorRandy Kunkee <kunkee@openldap.org>
Thu, 2 May 2002 08:14:01 +0000 (08:14 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Thu, 2 May 2002 08:14:01 +0000 (08:14 +0000)
contrib/ldaptcl/ldaperr.tcl

index 84bba4e440a752aad22263c2ba7a0be14192acd9..e9f85683ebc3bb627abcdab9537af53677def440 100644 (file)
@@ -11,7 +11,6 @@ proc genstrings {path} {
     puts -nonewline "char *ldaptclerrorcode\[\] = {
        NULL"
     while {[gets $fp line] != -1} {
-       puts stderr $line
        if {[clength $line] == 0 || [ctype space $line]} continue
        if {[string match *typedef* $line]} break
        if {![string match #define* $line]} continue