summaryrefslogtreecommitdiff
path: root/app/sightings
diff options
context:
space:
mode:
Diffstat (limited to 'app/sightings')
-rw-r--r--app/sightings/views.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/sightings/views.py b/app/sightings/views.py
index 0c1f296..5e4de57 100644
--- a/app/sightings/views.py
+++ b/app/sightings/views.py
@@ -47,10 +47,4 @@ class SightingDetailView(LuxDetailView):
context['sighting'] = Sighting.objects.filter(
ap__slug=self.kwargs['slug']
).prefetch_related('location')
- #try:
- # context['recording'] = SightingAudio.objects.get(
- # ap__slug=self.kwargs['slug']
- # )
- #except SightingAudio.DoesNotExist:
- # pass
return context