mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-27 19:25:26 +01:00
Comment out largish debug output in adapter_storiesonlinenet
This commit is contained in:
parent
ef55a771e7
commit
3c2c7501d2
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ class StoriesOnlineNetAdapter(BaseSiteAdapter):
|
|||
# Strip te header section
|
||||
tag = pagetag.find('header')
|
||||
if tag:
|
||||
logger.debug("remove before header: {0}".format(tag))
|
||||
#logger.debug("remove before header: {0}".format(tag))
|
||||
tag.extract()
|
||||
|
||||
# some big chapters are split over several pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue