mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Comment out out debug output.
This commit is contained in:
parent
ef6ceaf8b0
commit
1e38646026
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ class ScribbleHubComAdapter(BaseSiteAdapter): # XXX
|
|||
self.is_adult=False
|
||||
|
||||
m = re.match(self.getSiteURLPattern(),url)
|
||||
logger.debug("id:%s"%m.group('id'))
|
||||
logger.debug("title:%s"%m.group('title'))
|
||||
# logger.debug("id:%s"%m.group('id'))
|
||||
# logger.debug("title:%s"%m.group('title'))
|
||||
|
||||
# get storyId from url
|
||||
self.story.setMetadata('storyId', m.group('id'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue