From b765ae37e89b490470598954bc148347cb33ae59 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 28 Jan 2018 23:45:40 +0200 Subject: [PATCH] Remove unused print --- kaehmy/views.py | 2 -- 1 file changed, 2 deletions(-) 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)