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

@@ -157,7 +157,6 @@ def admin_applications(request):
limit = request.get['l']
else:
limit = 10
print query, limit
apps = Application.objects.filter(character__name__icontains=query)[:limit]
else:
view_status = [APPLICATION_STATUS_AWAITINGREVIEW, APPLICATION_STATUS_ACCEPTED, APPLICATION_STATUS_QUERY]