Removed a few debug print statements that are no longer needed

This commit is contained in:
2010-08-07 12:36:14 +01:00
parent 9718800002
commit 94b8736622
5 changed files with 1 additions and 8 deletions

View File

@@ -111,7 +111,6 @@ class EveAPIProxyHandler(BaseHandler):
obj = get_object_or_404(EVEAccount, pk=params['userid'])
params['apikey'] = obj.api_key
print params
cached_doc = CachedDocument.objects.api_query(url_path, params, exceptions=False)
return HttpResponse(cached_doc.body)