mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Removed debug statements
This commit is contained in:
@@ -173,10 +173,8 @@ def import_eve_character(api_key, user_id, character_id):
|
||||
# Check if the character is a director
|
||||
pchar.director = False
|
||||
roles = values.get('corporationRoles', None)
|
||||
print roles
|
||||
if roles and len(roles):
|
||||
for r in roles:
|
||||
print r
|
||||
if r['roleName'] == 'roleDirector':
|
||||
pchar.director = True
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user