From 1a3a6ec1e0fa89ef38273f5715b28f6a6399e847 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 2 Feb 2021 20:17:11 -0600 Subject: [PATCH] Comment out a debug. --- fanficfare/browsercache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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