Remove BS version debug so it isn't printed once per adapter.

This commit is contained in:
Jim Miller 2019-07-06 09:18:08 -05:00
parent 8025ba06e4
commit 59d6d121c4

View file

@ -71,7 +71,6 @@ class BaseSiteAdapter(Configurable):
def __init__(self, configuration, url):
Configurable.__init__(self, configuration)
logger.debug("BS4:%s"%__version__)
self.username = "NoneGiven" # if left empty, site doesn't return any message at all.
self.password = ""