From b25863501fe1eef707c305049d9baba9e25864d5 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Mon, 4 Oct 2021 18:12:47 +0200 Subject: [PATCH] Remove print --- teleforma/models/appointment.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5