]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Comment out debugging remnants
authorWillem Toorop <willem@nlnetlabs.nl>
Thu, 27 Nov 2014 15:50:33 +0000 (16:50 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Thu, 27 Nov 2014 15:50:33 +0000 (16:50 +0100)
doc/doxyparse.pl

index a09b2e8fda643dd41c63ed78fbd3cd978be2c728..3f7897fa7cac038391149f54e707c1ebe23ccac2 100755 (executable)
@@ -79,8 +79,8 @@ if (defined $options{'m'}) {
                        my @parts = split /[\t ]*\|[\t ]*/, $_;
                        $functions = shift @parts;
                        $see_also = join ', ', @parts;
-                       print "{$functions}\n";
-                       print "{$see_also}\n";
+                       #print "{$functions}\n";
+                       #print "{$see_also}\n";
                        my @funcs = split /[\t ]*,[\t ]*/, $functions;
                        my @also = split /[\t ]*,[\t ]*/, $see_also;
                        $manpages{$funcs[0]} = \@funcs;