Remove erroneous debug print introduced in last commit
authorMike Gorse <mgorse@suse.com>
Thu, 13 Sep 2012 17:59:20 +0000 (12:59 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 13 Sep 2012 17:59:20 +0000 (12:59 -0500)
atk-adaptor/accessible-cache.c

index 12bcfac..afaedb0 100644 (file)
@@ -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 ();