From: Ian Jackson Date: Mon, 3 Dec 2018 12:01:27 +0000 (+0000) Subject: docs/parse-support-md: Adjust some (commented-out) debugging X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=77924ecb0c363ffd9c04345d963a827287dca574;p=people%2Froyger%2Fxen.git docs/parse-support-md: Adjust some (commented-out) debugging Signed-off-by: Ian Jackson Acked-by: Juergen Gross --- diff --git a/docs/parse-support-md b/docs/parse-support-md index 66725236f2..bbe4d045e1 100755 --- a/docs/parse-support-md +++ b/docs/parse-support-md @@ -118,8 +118,8 @@ sub ri_Header { sub ri_Para { return unless @insections; my $insection = $insections[$#insections]; -# print STDERR "ri_Para $version_index $had_feature ". -# $insection->{HasCaveat}." $insection->{Key}\n"; +# print DEBUG "ri_Para ", +# Dumper($version_index, $had_feature, $insection); if ($had_feature) { my $sectnode = find_current_sectnode();