mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
Removed debug line
This commit is contained in:
@@ -48,7 +48,6 @@ def import_eve_account(api_key, user_id):
|
|||||||
dom = minidom.parseString(account_doc.body.encode('utf-8'))
|
dom = minidom.parseString(account_doc.body.encode('utf-8'))
|
||||||
|
|
||||||
enode = dom.getElementsByTagName('error')
|
enode = dom.getElementsByTagName('error')
|
||||||
print enode
|
|
||||||
if enode:
|
if enode:
|
||||||
try:
|
try:
|
||||||
account = EVEAccount.objects.get(id=user_id)
|
account = EVEAccount.objects.get(id=user_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user