Remove hook

This commit is contained in:
Xavier Guimard 2017-03-13 07:49:37 +00:00
parent 568eb70e73
commit d869159bdf

View File

@ -495,7 +495,7 @@ sub scanTree {
push @sessionTypes, $1
if ( $leaf =~ /^(.*)(?<!notification)StorageOptions$/ );
my $attr = $attributes->{$leaf} or die("Missing attribute $leaf");
print STDERR "| $attr->{documentation} | $leaf |\n";
#print STDERR "| $attr->{documentation} | $leaf |\n";
$jleaf = { id => "$prefix$leaf", title => $leaf };
unless ( $attr->{type} ) {
print STDERR "Fatal: no type: $leaf\n";