mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
yml: don't print out final node(s)
This commit is contained in:
parent
f1cd75ecb9
commit
f1f3190767
1 changed files with 2 additions and 2 deletions
4
yml.c
4
yml.c
|
@ -326,9 +326,9 @@ yml_load(FILE *yml)
|
|||
|
||||
yaml_parser_delete(&yaml);
|
||||
|
||||
print_node(root);
|
||||
//print_node(root);
|
||||
post_process(root);
|
||||
print_node(root);
|
||||
//print_node(root);
|
||||
return root;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue