From: Yoan Le Clanche Date: Mon, 4 Oct 2021 16:12:47 +0000 (+0200) Subject: Remove print X-Git-Tag: 2.5.0~53 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b25863501fe1eef707c305049d9baba9e25864d5;p=teleforma.git Remove print --- diff --git a/teleforma/models/appointment.py b/teleforma/models/appointment.py index c896dd3d..d3c5df6f 100644 --- a/teleforma/models/appointment.py +++ b/teleforma/models/appointment.py @@ -121,7 +121,6 @@ class AppointmentPeriod(models.Model): cache.set(cache_key, days[day], 1800) # print days - print(days.values()) return sorted(days.values(), key=lambda d: d['date']) @cached_property