From 861e774dee4708182ceda301450768f3c27993c8 Mon Sep 17 00:00:00 2001 From: Patrick Jakobsen Date: Thu, 28 Sep 2023 15:44:38 +0200 Subject: [PATCH] Disabled a debugging printing --- gui/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.c b/gui/gui.c index e4c4b59..ae025bd 100644 --- a/gui/gui.c +++ b/gui/gui.c @@ -3670,7 +3670,7 @@ int main(void) gui(&context, screen_rectangle); if(0)print_node_tree( (GUI_Node*)((GUI_Subtree*)context.background_layer.subtree_rdic.root)->rdic.root, 1); - if(1)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true); + if(0)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true); //gui_layout_nodes(&context); #if 1 gui_layout_and_draw(&context);