From 0afb21a09313cb6786b9a790a749b5ff51287866 Mon Sep 17 00:00:00 2001
From: Rad <radost.waszkiewicz@gmail.com>
Date: Tue, 26 Feb 2019 14:07:45 +0000
Subject: [PATCH] Messing with millenialcaves.html or similar

---
 core/views_caves.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/core/views_caves.py b/core/views_caves.py
index 23b45a6..a785170 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -63,14 +63,6 @@ def caveindex(request):
 def millenialcaves(request):
     #RW messing around area
     return HttpResponse("Test text", content_type="text/plain")
-    caves = Cave.objects.all()
-    notablecavehrefs = settings.NOTABLECAVESHREFS
-    notablecaves = []
-    caves1623 = list(Cave.objects.filter(area__short_name = "1623"))
-    caves1626 = list(Cave.objects.filter(area__short_name = "1626"))
-    caves1623.sort(caveCmp)
-    caves1626.sort(caveCmp)
-    return render(HttpResponse(content="Some text"))