mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Comment out a debug.
This commit is contained in:
parent
9ce631c5c0
commit
0ae8f31ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class BaseXenForoForumAdapter(BaseSiteAdapter):
|
|||
d = self._fetchUrl(loginUrl, params)
|
||||
|
||||
if "Log Out" not in d:
|
||||
logger.debug(d)
|
||||
# logger.debug(d)
|
||||
logger.info("Failed to login to URL %s as %s" % (self.url,
|
||||
params['login']))
|
||||
raise exceptions.FailedToLogin(self.url,params['login'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue