From f3c38f1f02f333c0a12e4f6577d57f773c76afe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Thu, 10 Aug 2023 14:31:19 +0200 Subject: [PATCH] =?UTF-8?q?Nepou=C5=BEit=C3=BD=20logger=20v=20seminar.view?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/views/views_all.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/seminar/views/views_all.py b/seminar/views/views_all.py index 41b33188..b188a900 100644 --- a/seminar/views/views_all.py +++ b/seminar/views/views_all.py @@ -31,7 +31,6 @@ import os import os.path as op from django.conf import settings import unicodedata -import logging import time from collections.abc import Sequence @@ -47,8 +46,6 @@ from personalni.utils import aktivniResitele #def temata_v_rocniku(rocnik): # return Problem.objects.filter(typ=Problem.TYP_TEMA, rocnik=rocnik) -logger = logging.getLogger(__name__) - def get_problemy_k_tematu(tema): return Problem.objects.filter(nadproblem = tema)