From bb0513a9413ed4aad141ca2198e451e1a9593b57 Mon Sep 17 00:00:00 2001
From: Lorenz Zahn <lorenz.zahn@student.uni-halle.de>
Date: Mon, 25 Sep 2023 04:30:06 +0200
Subject: [PATCH] debug print entfernt

---
 app/vkk/workhours/accounting/departments/views.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/vkk/workhours/accounting/departments/views.py b/app/vkk/workhours/accounting/departments/views.py
index 638fc4a..30f1af9 100644
--- a/app/vkk/workhours/accounting/departments/views.py
+++ b/app/vkk/workhours/accounting/departments/views.py
@@ -267,7 +267,6 @@ class EvaluationView(AccountantRequiredMixin, FormView):
         periods = tuple(n[0] for n in form.cleaned_data['periods'].values_list('id'))
         context = self.get_context_data()
         context["projects"] = self.get_queryset(periods)
-        print(context["projects"][0])
         periods_string = "".join(str(p) for p in periods)
         department_string = self.kwargs['pk']
         response = HttpResponse(
-- 
GitLab