projects
/
platform
/
upstream
/
at-spi2-atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611d01e
)
Remove erroneous debug print introduced in last commit
author
Mike Gorse
<mgorse@suse.com>
Thu, 13 Sep 2012 17:59:20 +0000
(12:59 -0500)
committer
Mike Gorse
<mgorse@suse.com>
Thu, 13 Sep 2012 17:59:20 +0000
(12:59 -0500)
atk-adaptor/accessible-cache.c
patch
|
blob
|
history
diff --git
a/atk-adaptor/accessible-cache.c
b/atk-adaptor/accessible-cache.c
index 12bcfacbf440d90c0ab9931d6a3d97a5cc4d52c0..afaedb0f00635eb8700d1334743f62a1e27e7b1a 100644
(file)
--- 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 ();