Removed debug line

This commit is contained in:
2010-04-04 01:56:21 +01:00
parent c77d0c948e
commit bd0e292c34

View File

@@ -48,7 +48,6 @@ def import_eve_account(api_key, user_id):
dom = minidom.parseString(account_doc.body.encode('utf-8'))
enode = dom.getElementsByTagName('error')
print enode
if enode:
try:
account = EVEAccount.objects.get(id=user_id)