filechooser: Remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jan 2020 15:55:01 +0000 (16:55 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Jan 2020 15:55:01 +0000 (16:55 +0100)
gtk/gtkfilechooserdialog.c

index b2929d988d76ecd50e921fab84792ed07a862784..56d89fbb5a9791ffa1065a1a0972ab688d0b8a80 100644 (file)
@@ -547,7 +547,6 @@ gtk_file_chooser_dialog_realize (GtkWidget *widget)
 
   if (width != 0 && height != 0)
     gtk_window_set_default_size (GTK_WINDOW (dialog), width, height);
-  g_print ("%d %d\n", width, height);
 
   GTK_WIDGET_CLASS (gtk_file_chooser_dialog_parent_class)->realize (widget);
 }