mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
inspector: remove g_message()
It was probably added for debugging purposes. https://bugzilla.gnome.org/show_bug.cgi?id=736557
This commit is contained in:
parent
9d0ec409ff
commit
2ebe813c98
@ -505,10 +505,7 @@ gtk_inspector_widget_tree_scan (GtkInspectorWidgetTree *wt,
|
||||
gtk_window_get_window_type (l->data) == GTK_WINDOW_TOPLEVEL &&
|
||||
l->data != window &&
|
||||
l->data != inspector_win)
|
||||
{
|
||||
g_message ("adding %s", gtk_window_get_title (l->data));
|
||||
gtk_inspector_widget_tree_append_object (wt, G_OBJECT (l->data), NULL, NULL);
|
||||
}
|
||||
gtk_inspector_widget_tree_append_object (wt, G_OBJECT (l->data), NULL, NULL);
|
||||
}
|
||||
g_list_free (toplevels);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user