filechooser: Remove debug spew

This commit is contained in:
Matthias Clasen 2020-01-31 16:55:01 +01:00
parent 6104c12392
commit 09612a1b3c

View 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);
}