[gtk/a11y/atspi] Remove excessively spammy debug messages
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/a11y/atspi] Remove excessively spammy debug messages
- Date: Tue, 13 Oct 2020 21:26:56 +0000 (UTC)
commit caeea0e368c409e5f8c24f3b4b018bc175aca3a7
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Oct 13 15:19:21 2020 -0400
Remove excessively spammy debug messages
Non need to announce the same things for every context
we create, and the path is not really that interesting.
without knowing what it belongs to. I would suggest to
make it visible in the inspector instead, so you can
look it up for the widgets you are interested in.
gtk/a11y/gtkatspicontext.c | 2 --
gtk/gtkatcontext.c | 1 -
2 files changed, 3 deletions(-)
---
diff --git a/gtk/a11y/gtkatspicontext.c b/gtk/a11y/gtkatspicontext.c
index 89612a14eb..b6daaf13f8 100644
--- a/gtk/a11y/gtkatspicontext.c
+++ b/gtk/a11y/gtkatspicontext.c
@@ -1064,8 +1064,6 @@ gtk_at_spi_context_constructed (GObject *gobject)
self->context_path[i] = '_';
}
- GTK_NOTE (A11Y, g_message ("ATSPI context path: %s", self->context_path));
-
g_free (base_path);
g_free (uuid);
diff --git a/gtk/gtkatcontext.c b/gtk/gtkatcontext.c
index 121951ab9d..de9dc79275 100644
--- a/gtk/gtkatcontext.c
+++ b/gtk/gtkatcontext.c
@@ -471,7 +471,6 @@ gtk_at_context_create (GtkAccessibleRole accessible_role,
if (a11y_backends[i].name == NULL)
break;
- GTK_NOTE (A11Y, g_message ("Trying %s a11y backend", a11y_backends[i].name));
if (a11y_backends[i].create_context != NULL)
{
res = a11y_backends[i].create_context (accessible_role, accessible, display);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]