Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hidalgopl committed May 9, 2021
1 parent 2fac827 commit d5ebcbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/views/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down

0 comments on commit d5ebcbc

Please sign in to comment.