summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-09-13 12:59:20 -0500
committerMike Gorse <mgorse@suse.com>2012-09-13 12:59:20 -0500
commit3bdee8357cd975dfb03ea98a3bdbfcfc3c1da7e0 (patch)
tree44050401e754106022a0edaae0c77a4d96668227
parent611d01e09224ab1e2b1a22516feb6a13671be059 (diff)
downloadat-spi2-atk-3bdee8357cd975dfb03ea98a3bdbfcfc3c1da7e0.tar.gz
Remove erroneous debug print introduced in last commit
-rw-r--r--atk-adaptor/accessible-cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/atk-adaptor/accessible-cache.c b/atk-adaptor/accessible-cache.c
index 12bcfac..afaedb0 100644
--- a/atk-adaptor/accessible-cache.c
+++ b/atk-adaptor/accessible-cache.c
@@ -109,7 +109,6 @@ static void spi_cache_class_init (SpiCacheClass * klass)
static void
spi_cache_init (SpiCache * cache)
{
-g_print("dbg: init cache\n");
cache->objects = g_hash_table_new (g_direct_hash, g_direct_equal);
cache->add_traversal = g_queue_new ();