From e160239b7be6bced6f82fdd862c354a9d4847151 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 9 May 2023 11:23:10 -0600 Subject: atspi-misc.c: Remove debug g_print --- atspi/atspi-misc.c | 2 -- 1 file changed, 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); -- cgit v1.2.1