From d5ebcbc4af331a3f102eab9f161cafc047ef5014 Mon Sep 17 00:00:00 2001 From: hidalgopl Date: Sun, 9 May 2021 11:33:48 +0200 Subject: [PATCH] remove unused code --- core/views/mixins.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/views/mixins.py b/core/views/mixins.py index b214361..f5abed5 100644 --- a/core/views/mixins.py +++ b/core/views/mixins.py @@ -64,8 +64,6 @@ class ChatMixin(MixinBase): class CalendarMixin(MixinBase): files = ( ('core/views/calendar.py', 'python', 'python3'), - # ('core/reflexes/calendar_reflex.py', 'python', 'python3'), - # ('core/javascript/controllers/calendar_controller.js', 'javascript', 'javascript'), ('core/templates/_calendar.html', 'html', 'htmldjango'), ('core/templates/_td_calendar.html', 'html', 'htmldjango'),