about summary refs log tree commit diff
path: root/boot/catboot.c
diff options
context:
space:
mode:
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;