mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 21:11:59 +02:00
Comment out a debug.
This commit is contained in:
parent
886e37b168
commit
1a3a6ec1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue