aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-rdf.c')
-rw-r--r--my-evolution/e-summary-rdf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c
index 8b019301e2..f5ba7e2eaf 100644
--- a/my-evolution/e-summary-rdf.c
+++ b/my-evolution/e-summary-rdf.c
@@ -232,7 +232,6 @@ tree_walk (xmlNodePtr root,
}
if (strcasecmp (walk->name, "image") == 0) {
image = walk;
- g_print ("Image\n");
}
if (strcasecmp (walk->name, "item") == 0 && items < 16) {
item[items++] = walk;
@@ -370,7 +369,6 @@ e_summary_rdf_update (ESummary *summary)
}
context = soup_context_get (rdf->uri);
- g_print ("Updating %s\n", rdf->uri);
if (context == NULL) {
g_warning ("Invalid URL: %s", rdf->uri);
soup_context_unref (context);