From ab0ba3232c1a7a4b028abe6d371b3935ea0ab110 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 8 Nov 2010 15:17:43 +0000 Subject: [PATCH] Fix error in the apikey import task --- eve_api/tasks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/eve_api/tasks.py b/eve_api/tasks.py index a806a24..6a8fd07 100644 --- a/eve_api/tasks.py +++ b/eve_api/tasks.py @@ -5,9 +5,6 @@ from sso.tasks import update_user_access @task() def import_apikey(api_userid, api_key, user=None, force_cache=False): - - log = import_apikey.get_logger() - l.info("Importing %s/%s" % (api_userid, api_key)) acc = import_eve_account(api_key, api_userid, force_cache=force_cache) donecorps = [] if acc and acc.api_status == API_STATUS_OK: