Comment out a debug.

This commit is contained in:
Jim Miller 2019-10-25 22:40:18 -05:00
parent 9ce631c5c0
commit 0ae8f31ae8

View file

@ -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'])