diff --git a/kaehmy/views.py b/kaehmy/views.py index 0bed9bb..9ea73a0 100644 --- a/kaehmy/views.py +++ b/kaehmy/views.py @@ -44,8 +44,6 @@ def list_view(request, *args, **kwargs): 'filter_options': filter_options } - print(applications[0]) - return render(request, 'list.html', context)