summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-misc.c')
-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);