Remove debugging print statement

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2013-01-16 00:18:26 -06:00
parent 06129da6bf
commit 1f9aef78f3

View File

@ -181,7 +181,6 @@ def mirror_details(request, name):
all_urls = set(mirror.urls.select_related('protocol'))
# Add dummy data for URLs that we haven't checked recently
other_urls = all_urls.difference(checked_urls)
print other_urls
for url in other_urls:
for attr in ('last_sync', 'completion_pct', 'delay', 'duration_avg',
'duration_stddev', 'score'):