mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02: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
|
# Strip te header section
|
||||||
tag = pagetag.find('header')
|
tag = pagetag.find('header')
|
||||||
if tag:
|
if tag:
|
||||||
logger.debug("remove before header: {0}".format(tag))
|
#logger.debug("remove before header: {0}".format(tag))
|
||||||
tag.extract()
|
tag.extract()
|
||||||
|
|
||||||
# some big chapters are split over several pages
|
# some big chapters are split over several pages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue