aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-favicon-cache.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2005-08-08 06:05:55 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-08 06:05:55 +0800
commit4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e (patch)
tree0e5bc81c857984999efe8afee1ed2fb71f8489d5 /embed/ephy-favicon-cache.c
parentec9060610c40fef18534b414d1979f4359f59a5e (diff)
downloadgsoc2013-epiphany-4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e.tar
gsoc2013-epiphany-4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e.tar.gz
gsoc2013-epiphany-4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e.tar.bz2
gsoc2013-epiphany-4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e.tar.lz
gsoc2013-epiphany-4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e.tar.xz
gsoc2013-epiphany-4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e.tar.zst
gsoc2013-epiphany-4cd4d5771dbd60ef1b8ccac65e05f64350e02e4e.zip
remove debug printfs
Diffstat (limited to 'embed/ephy-favicon-cache.c')
-rw-r--r--embed/ephy-favicon-cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c
index 48535fd04..5e91b6164 100644
--- a/embed/ephy-favicon-cache.c
+++ b/embed/ephy-favicon-cache.c
@@ -254,14 +254,12 @@ remove_obsolete_icons (EphyFaviconCache *cache,
(kid, EPHY_NODE_FAVICON_PROP_FILENAME);
path = g_build_filename (priv->directory,
filename, NULL);
- g_print ("Removing kid %d, deleting %s\n", i, path);
gnome_vfs_unlink (path);
g_free (path);
ephy_node_unref (kid);
}
}
- g_print ("Now %d children\n", children->len);
}
static void