diff options
author | Shaun McCance <shaunm@gnome.org> | 2018-02-19 20:46:26 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2018-02-19 20:46:26 -0500 |
commit | 0fc5a52f89595929150d2bf96beccaf9c6eb2834 (patch) | |
tree | 4759a2ea5673ae0f4242d5517efcff9e7e56db49 /libyelp/yelp-mallard-document.c | |
parent | c285b2cd583cdc9bf300277634e96ff9fbcff1b3 (diff) | |
download | yelp-0fc5a52f89595929150d2bf96beccaf9c6eb2834.tar.gz |
Remove debug line I accidentally committed
Diffstat (limited to 'libyelp/yelp-mallard-document.c')
-rw-r--r-- | libyelp/yelp-mallard-document.c | 1 |
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; |