aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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