summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2018-02-19 20:46:26 -0500
committerShaun McCance <shaunm@gnome.org>2018-02-19 20:46:26 -0500
commit0fc5a52f89595929150d2bf96beccaf9c6eb2834 (patch)
tree4759a2ea5673ae0f4242d5517efcff9e7e56db49
parentc285b2cd583cdc9bf300277634e96ff9fbcff1b3 (diff)
downloadyelp-0fc5a52f89595929150d2bf96beccaf9c6eb2834.tar.gz
Remove debug line I accidentally committed
-rw-r--r--libyelp/yelp-mallard-document.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libyelp/yelp-mallard-document.c b/libyelp/yelp-mallard-document.c
index 402a365d..fc7c4d7c 100644
--- a/libyelp/yelp-mallard-document.c
+++ b/libyelp/yelp-mallard-document.c
@@ -523,7 +523,6 @@ mallard_page_data_walk (MallardPageData *page_data)
page_data->cache = xmlDocGetRootElement (priv->cache);
page_data->xpath = xmlXPathNewContext (page_data->xmldoc);
mallard_page_data_walk (page_data);
- xmlSaveFile ("/home/shaunm/tmp.cache", priv->cache);
} else {
gboolean ispage;
xmlNodePtr child, oldcur, oldcache, info;