[at-spi2-core] Remove debug print



commit c1f698deeb1d283ee1df68715a0465785d218a3a
Author: Mike Gorse <mgorse suse com>
Date:   Mon Feb 22 15:55:11 2021 -0600

    Remove debug print

 atspi/atspi-accessible.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index ab1267aa..26cf0ba7 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -343,7 +343,6 @@ atspi_accessible_get_name (AtspiAccessible *obj, GError **error)
 
   if (!_atspi_accessible_test_cache (obj, ATSPI_CACHE_NAME))
   {
-if (obj->name) printf("free\n");
     g_free (obj->name);
     obj->name = NULL;
     if (!_atspi_dbus_get_property (obj, atspi_interface_accessible, "Name", error,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]