diff --git a/domlogo/domlogo.py b/domlogo/domlogo.py index df36b217..9ea1edb0 100755 --- a/domlogo/domlogo.py +++ b/domlogo/domlogo.py @@ -82,7 +82,6 @@ def download_image(image_type: str, entity_id: str, file: dict): teams[team_id]['display_name'] = teams[team_id]['name'] organizations = {org['id']: org for org in requests.get(f'{api_url}/organizations', auth=(user, passwd)).json()} - print('Downloading any new or changed logos and photos...') for organization in organizations.values(): if 'logo' in organization: