diff --git a/fanficfare/browsercache/__init__.py b/fanficfare/browsercache/__init__.py index 54eb1605..9d7c1fe3 100644 --- a/fanficfare/browsercache/__init__.py +++ b/fanficfare/browsercache/__init__.py @@ -53,6 +53,6 @@ class BrowserCache(object): os.path.abspath(cache_dir)) def get_data(self, url): - logger.debug("get_data:%s"%url) + # logger.debug("get_data:%s"%url) d = self.browser_cache.get_data(url) return d