about summary refs log tree commit diff
path: root/boot/catboot.c
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-01 01:28:37 +0200
committerMel <mel@rnrd.eu>2025-07-01 01:28:37 +0200
commite51799842aa367692152717a8db7c519dbc66c1f (patch)
tree2b48f355a92cae34a660ae22814b163e38639358 /boot/catboot.c
parent37217cf1b921a2a6e128b6134518912f0bd57f62 (diff)
downloadcatskill-e51799842aa367692152717a8db7c519dbc66c1f.tar.zst
catskill-e51799842aa367692152717a8db7c519dbc66c1f.zip
Remove older non-visit tree printing code
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/catboot.c')
-rw-r--r--boot/catboot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/catboot.c b/boot/catboot.c
index fac6273..a62dc47 100644
--- a/boot/catboot.c
+++ b/boot/catboot.c
@@ -81,8 +81,6 @@ main(const int32 argc, const ascii* argv[])
         return EXIT_FAILURE;
     }
 
-    tree_print(&tree);
-    printf("\n");
     tree_printer(&tree);
 
     return EXIT_SUCCESS;