mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Removed a few debug print statements that are no longer needed
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user