]> git.parisson.com Git - teleforma.git/commitdiff
Remove print
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 4 Oct 2021 16:12:47 +0000 (18:12 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 4 Oct 2021 16:12:47 +0000 (18:12 +0200)
teleforma/models/appointment.py

index c896dd3dd5ae830a1b81c12121caa6da735042fc..d3c5df6f6e58bdbe6024f10e74d608f6e9a5b831 100644 (file)
@@ -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