remove container debug printf

5 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 05 Feb 2025 23:10:09 +0100 (5 weeks ago)
changeset 458
a39bd7d24104
parent 457
3a825867cfe7
child 459
4ea4bb379273

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 {

mercurial