From 31bc66e23c2ea0467d2201b86536f161fd1f32ca Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 31 May 2013 19:29:23 -0500 Subject: Whoops, committed a little bit too much Signed-off-by: Dan McGee --- mirrors/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mirrors/views.py b/mirrors/views.py index 91cf6750..6f4ad838 100644 --- a/mirrors/views.py +++ b/mirrors/views.py @@ -40,9 +40,6 @@ class MirrorlistForm(forms.Form): fields['protocol'].choices = protos fields['protocol'].initial = [p.protocol for p in initial] fields['ip_version'].initial = ['4'] - locations = [(l.id, l.source_ip) for l in - CheckLocation.objects.all()] - fields['check_location'].choices = locations def get_countries(self): country_codes = set() -- cgit v1.2.3-55-g3dc8