From f7755c291f0f56ef45410ded5b39af454e83900c Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 17 Jun 2024 14:22:57 +0000 Subject: [PATCH] refactor(cantusindex): remove comment --- django/cantusdb_project/main_app/views/chant.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/cantusdb_project/main_app/views/chant.py b/django/cantusdb_project/main_app/views/chant.py index b1825ecb4..29e41db5d 100644 --- a/django/cantusdb_project/main_app/views/chant.py +++ b/django/cantusdb_project/main_app/views/chant.py @@ -900,7 +900,6 @@ def get_context_data(self, **kwargs): genre.append(result["genre"]) full_text.append(result["fulltext"]) - # for looping through three lists in template, we have to zip it here if len(cantus_id) == 0: context["results"] = [["No results", "No results", "No results"]] else: