From 0fc5a52f89595929150d2bf96beccaf9c6eb2834 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 19 Feb 2018 20:46:26 -0500 Subject: Remove debug line I accidentally committed --- libyelp/yelp-mallard-document.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.1