agenda: remove a stupid log which was added to test the logger

This commit is contained in:
Jérôme Schneider 2014-09-19 17:39:31 +02:00
parent 2a13a3535e
commit 9e8be8ad51
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class AgendaHomepageView(TemplateView):
return HttpResponseRedirect('#acte-frame-'+acte_id)
def get_context_data(self, **kwargs):
logger.info('AgendaHomepageView.get_context_data called')
context = super(AgendaHomepageView, self).get_context_data(**kwargs)
context['workers_types'] = []