summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-05-09 11:23:10 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-05-09 11:23:10 -0600
commite160239b7be6bced6f82fdd862c354a9d4847151 (patch)
treedb2f2c808095325fff818f11029679f3524ef13e
parent2edd4053169499c842796efada3f3f207dc5ea59 (diff)
downloadat-spi2-core-e160239b7be6bced6f82fdd862c354a9d4847151.tar.gz
atspi-misc.c: Remove debug g_print
-rw-r--r--atspi/atspi-misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 01bd1634..9e68049d 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -246,8 +246,6 @@ get_application (const char *bus_name)
DBusMessage *message;
DBusPendingCall *pending = NULL;
- g_print ("get_application %s\n", bus_name);
-
if (!app_hash)
{
app_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_object_unref);