mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 06:34:04 +01:00
Remove a debug output from adapter_fanficauthorsnet
This commit is contained in:
parent
354976e85a
commit
e00a280528
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ class FanficAuthorsNetAdapter(BaseSiteAdapter):
|
|||
|
||||
def __init__(self, config, url):
|
||||
BaseSiteAdapter.__init__(self, config, url)
|
||||
logger.debug("FanficAuthorsNetAdapter.__init__ - url='{0}'".format(url))
|
||||
|
||||
self.username = "NoneGiven" # if left empty, site doesn't return any message at all.
|
||||
self.password = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue