Remove debug print 16/254816/1
authorMike Gorse <mgorse@suse.com>
Mon, 22 Feb 2021 21:55:11 +0000 (15:55 -0600)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Tue, 9 Mar 2021 15:10:06 +0000 (16:10 +0100)
Change-Id: I1f71997aaf68f2eab803827971ffc4f2d7332657

atspi/atspi-accessible.c

index eee40e9..dddb8fe 100644 (file)
@@ -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,