remove debug output
This commit is contained in:
parent
e224ce90cf
commit
8b3313db9c
|
@ -95,7 +95,6 @@ class ProgramDayView(CampViewMixin, TemplateView):
|
||||||
if 'type' in self.request.GET:
|
if 'type' in self.request.GET:
|
||||||
context['eventtype'] = models.EventType.objects.get(slug=self.request.GET['type'])
|
context['eventtype'] = models.EventType.objects.get(slug=self.request.GET['type'])
|
||||||
|
|
||||||
print dir(self.request.resolver_match.func.view_class)
|
|
||||||
return context
|
return context
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue