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 12bcfacbf440d90c0ab9931d6a3d97a5cc4d52c0..afaedb0f00635eb8700d1334743f62a1e27e7b1a 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 ();