5 weeks ago
remove container debug printf
ui/gtk/container.c | file | annotate | diff | comparison | revisions |
--- a/ui/gtk/container.c Wed Feb 05 23:04:04 2025 +0100 +++ b/ui/gtk/container.c Wed Feb 05 23:10:09 2025 +0100 @@ -961,7 +961,6 @@ UiObject* current = uic_current_obj(obj); GtkWidget *pane0 = create_paned(orientation); - printf("pane0: %p\n", pane0); UI_APPLY_LAYOUT1(current, args); current->container->add(current->container, pane0, TRUE); @@ -1003,7 +1002,6 @@ if(s->pos == 0) { gtk_paned_set_start_child(GTK_PANED(s->current_pane), widget); - printf("pane add: %p\n", s->current_pane); s->pos++; s->nchildren++; } else {