remove team service logger

This commit is contained in:
Felix Kunde 2020-04-29 16:09:42 +02:00
parent cc6449112e
commit ed87d67ee8
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@ def get_config():
def get_teams_for_user(user_name):
logger.info("Teamservice URL: {}".format(TEAM_SERVICE_URL))
if not TEAM_SERVICE_URL:
return loads(getenv('TEAMS', '[]'))