diff --git a/snpdb/views/views.py b/snpdb/views/views.py index 2c8789230..31d5cfe13 100644 --- a/snpdb/views/views.py +++ b/snpdb/views/views.py @@ -286,10 +286,6 @@ def view_vcf(request, vcf_id): except ValueError: pass - # TEMPORARILY DISABLED - can_download_annotated_vcf = False - - context = { 'vcf': vcf, 'sample_stats_het_hom_count': sample_stats_het_hom_count,