mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-30 12:42:30 +01:00
Comment out a debug.
This commit is contained in:
parent
ad59e2cf45
commit
8cb0b88c92
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class BaseXenForo2ForumAdapter(BaseXenForoForumAdapter):
|
|||
|
||||
def get_threadmark_range_url(self,tm_item,tmcat_num):
|
||||
fetcher = tm_item.find('div',{'data-xf-click':'threadmark-fetcher'})
|
||||
logger.debug('data-fetchurl:%s'%fetcher)
|
||||
# logger.debug('data-fetchurl:%s'%fetcher)
|
||||
return self.getURLPrefix() + fetcher['data-fetchurl']
|
||||
|
||||
def get_threadmark_date(self,tm_item):
|
||||
|
|
|
|||
Loading…
Reference in a new issue